Mobile app version of vmapp.org
Login or Join
Shakeerah822

: Upload multiple images via website I have a requirement to allow the users to upload multiple images at once, like the way you upload photos to a photo printing website. I am looking for

@Shakeerah822

Posted in: #Images #PhotoGallery #Uploading

I have a requirement to allow the users to upload multiple images at once, like the way you upload photos to a photo printing website. I am looking for suggestions as to what technology and which libraries that can be used to do this. I'm guessing Flash and JavaScript.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah822

2 Comments

Sorted by latest first Latest Oldest Best

 

@Si4351233

Personally, I have good experiences with plUpload, from the guys of TinyMCE. User experience is pretty good, considering my very non-technical user base.

If you consider paying, the MCImageManager is (IMO) a good choice (same guys).

10% popularity Vote Up Vote Down


 

@Caterina187

You're asking a very broad question so I'm afraid answers will be broad as well. Alot of technologies can handle this feature and there are different techniques including:


Have a single upload on the form and have the user upload a zip file which is extracted on the server (almost all server side technologies).
If you have a max amount of uploads, then have a form with that number of fields (again almost all technologies).
(MOST POPULAR) Use some client side technology like AJAX/Javascript or Flash to upload to the server.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme