What is the most effective way to upload pictures to a photo gallery? I am currently doing the excel CSV method, and just want to know if this is too time consuming and what is involved in coding a fairly complex upload form?
bjeffries 0 Junior Poster
Recommended Answers
Jump to PostFeel free to use mine:
I tried to take some of the extra code out and dumb it down a bit.Hopefully I didn't miss something. Good luck.
// FORM TO UPLOAD FILE <p><form enctype="multipart/form-data" action="upload.php" method="POST"> <input name="uploaded" type="file" /><BR /><BR /> <input type="submit" value="Upload" …
Jump to PostHave you looked at the php manual?
http://uk3.php.net/manual/en/features.file-upload.post-method.php
You can even download the manual here:
All 5 Replies
Encrypted 0 Junior Poster in Training
bjeffries 0 Junior Poster
Encrypted 0 Junior Poster in Training

diafol
bjeffries 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.