I am using a file upload in PHP. I want to get the Full PATH of the File Selected. Is there any way i can get the full path in PHP??
For Eg: i uploaded a image from : "c:uploadcheck.jpeg"
I want the full path.. as "c:uploadcheck.jpeg".
i tried pathinfo, $_FILES. But no help.
Thanks in advance.
You probably can't. Many browsers these days don't send that information, as it can give attackers information about the user's system.