seularts Posted May 10, 2008 Share Posted May 10, 2008 How can i make print_r($_FILES); display only the name of the picture, this is befor uploading the image on the server!? Link to comment https://forums.phpfreaks.com/topic/105027-print_r_files/ Share on other sites More sharing options...
Daniel0 Posted May 10, 2008 Share Posted May 10, 2008 $_FILES is only populated once a file has been uploaded. I'm not sure what you're trying to do. See this page: http://php.net/file-upload Link to comment https://forums.phpfreaks.com/topic/105027-print_r_files/#findComment-537620 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.