Page 1 of 1

Image showing

Posted: Thu Aug 30, 2007 8:49 pm
by asif_phpdn
I want to make a webpage that dynamically upload images from an image folder and show in that page. How can I do that? Any help? :roll:

Posted: Thu Aug 30, 2007 9:02 pm
by tecktalkcm0391
Google works really well:

Google: PHP Photo Upload

This forum is for "how can I get this to work", not "give me the script to make it work".

Posted: Thu Aug 30, 2007 9:08 pm
by CoderGoblin
Uploading files with php is quite simple.
Handling file uploads is a good place to start looking. Probably the most important thing to remember is to use the enctype="multipart/form-data" in your form tag.