I am using Chrome. In my app uploading file from local folder,but it is taking only file name not full path. Is there any way to get the full path like storing it in different path n fetching that path. Please help me..
Asked
Active
Viewed 102 times
0
-
"it is taking" Who is "it"? – May 14 '14 at 10:07
-
http://stackoverflow.com/questions/22756186/how-to-get-full-path-for-upload-a-file-in-jsp possible duplicate – codefreaK May 14 '14 at 10:09
-
Google Chrome,When im uploading in Chrome browser – user3086870 May 14 '14 at 10:10
-
is it working fine in other browsers – codefreaK May 14 '14 at 10:10
-
in IE working fine..Chrome and Firefox taking only filename.. – user3086870 May 14 '14 at 10:21
-
Chrome hides the full path by printing c:\fakepath\..., security measure. – Maxime May 14 '14 at 10:32
-
Local filepath is useless on the server. It would only be of use to hackers. That's why browsers don't send it as security measure. – developerwjk May 14 '14 at 23:03