Jump to content

Multiple Image Uploads


spikypunker

Recommended Posts

Hi Guys, i'm creating an Out an About style gallery, where our team of photographers can sign in then upload a bunch of images. I currently have an image uploader going on elsewhere in the site with the person logging in the choosing a single image, this then gets saved and the filename gets put into the database next to the image id.

 

Obviously when a photographer wants to upload thier images, they're gonna get fed up sitting there uploading one at a time. How easy is it gonna be for me to implement a multiple file upload script, and then get this to function the same as before, ie putting the filename of the image into the Mysql next to the respective id.

 

Has anyone done this before who can offer me some help??

 

Kind Regards, Chris H

Link to comment
https://forums.phpfreaks.com/topic/154880-multiple-image-uploads/
Share on other sites

Unless you want them to zip the files before uploading, you need to use a Flash form to allow selection of more than one file at once (you can use a HTML form with multiple file fields, but each file must be individually selected) - http://demo.swfupload.org/v220/index.htm

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.