arvindbabup Posted November 14, 2008 Share Posted November 14, 2008 Hi, I want to get a full path of file upload control while submitting... pls help me in this regard.. Regards, Arvind Link to comment https://forums.phpfreaks.com/topic/132700-file-upload/ Share on other sites More sharing options...
DarkerAngel Posted November 14, 2008 Share Posted November 14, 2008 Are you trying to make a File Upload meter or something? Link to comment https://forums.phpfreaks.com/topic/132700-file-upload/#findComment-690116 Share on other sites More sharing options...
arvindbabup Posted November 15, 2008 Author Share Posted November 15, 2008 Hi, When I upload a file using file upload control i want to get a full path of the chosen file. While working with IE I get the full path - C:\images\Tom.jpg but as in FireFox 3.0 I get only the file name - Tom.jpg Pls help me to get the full path of the file in FireFox 3 too... Link to comment https://forums.phpfreaks.com/topic/132700-file-upload/#findComment-690695 Share on other sites More sharing options...
PFMaBiSmAd Posted November 15, 2008 Share Posted November 15, 2008 If you are talking about the original path on the visitor's computer, you cannot get that information on the server as it is not sent as part of the uploaded file information and once the file has been uploaded that information would be irrelevant anyway. Link to comment https://forums.phpfreaks.com/topic/132700-file-upload/#findComment-690751 Share on other sites More sharing options...
arvindbabup Posted November 17, 2008 Author Share Posted November 17, 2008 Thanks for your reply.. Yes you are right..i should get the path of the visitors computer path.. is there anyother way to find the visitors computer path ?..pls help me.. thank you.. Link to comment https://forums.phpfreaks.com/topic/132700-file-upload/#findComment-692129 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.