hadenp Posted August 3, 2010 Share Posted August 3, 2010 Is there a way to get the source path for an uploaded file? It seems that's a function of the browser and the two I've tried FF and Safari don't return it in $_FILES['file']['name']. Link to comment https://forums.phpfreaks.com/topic/209720-upload-files-path-information/ Share on other sites More sharing options...
wildteen88 Posted August 3, 2010 Share Posted August 3, 2010 You will not be able to retrieve the full file path from the uploaded file. You'll only be able to get the filename. Link to comment https://forums.phpfreaks.com/topic/209720-upload-files-path-information/#findComment-1094813 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.