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']. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/209720-upload-files-path-information/#findComment-1094813 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.