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?
You can not get it because of browser security settings.