abdfahim Posted August 29, 2007 Share Posted August 29, 2007 I have a form with POST method which have <input type="file" name="csvfile"> After I click submit button of the form, I can get the file name by string $_FILES['csvfile']['name'] Is this possible to get whole path of the file (like c:/folder/file)? Link to comment https://forums.phpfreaks.com/topic/67203-how-can-i-get-full-path-of-a-file/ Share on other sites More sharing options...
abdfahim Posted August 29, 2007 Author Share Posted August 29, 2007 Sorry, Post in wrong board, how can I move this into php help? Link to comment https://forums.phpfreaks.com/topic/67203-how-can-i-get-full-path-of-a-file/#findComment-337062 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.