Image showing
Moderator: General Moderators
-
asif_phpdn
- Forum Commoner
- Posts: 28
- Joined: Sun Aug 26, 2007 8:50 pm
Image showing
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? 
- tecktalkcm0391
- DevNet Resident
- Posts: 1030
- Joined: Fri May 26, 2006 9:25 am
- Location: Florida
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".
Google: PHP Photo Upload
This forum is for "how can I get this to work", not "give me the script to make it work".
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
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.
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.