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!? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/105027-print_r_files/#findComment-537620 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.