1

Possible Duplicate:
Full path from file input using jQuery
how to resolve the C:\fakepath?

I am using multiple file upload in my application and I want to fetch the full file path that is displayed in the browse widget.

For example, say the file path is "home/administrator/Pictures/bird.jpeg". I am able to fetch only the file name (bird.jpeg). Using PHP and Firefox as my browser, is there any alternative to obtaining the full file path?

Community
  • 1
  • 1
janpal
  • 11
  • 2

1 Answers1

0

You can not get it because of browser security settings.

epascarello
  • 204,599
  • 20
  • 195
  • 236