ok Posted September 10, 2008 Share Posted September 10, 2008 hi, I just want to get the name of the uploaded image. can you show me a simple example for this script. or what command/function that handle this? Thank you. Link to comment https://forums.phpfreaks.com/topic/123558-how-to-get-the-name-of-the-uploaded-image/ Share on other sites More sharing options...
angelcool Posted September 10, 2008 Share Posted September 10, 2008 I think you can get the name using the $_FILE array. $_FILES['userfile']['name'] Try any of this tutorials: http://www.google.com/search?hl=en&q=file+upload+with+php+tutorial&btnG=Google+Search&aq=f&oq= Good luck! Angel Link to comment https://forums.phpfreaks.com/topic/123558-how-to-get-the-name-of-the-uploaded-image/#findComment-638135 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.