Posted by alippai on December 26, 2007 at 12:09pm
7 followers
Jump to:
| Project: | ImageField |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
Can we upload more images at once (like on flickr.com)?
Comments
#1
I've been thinking about this.. I actually like gmail's upload better than flickr. The way it kind of just happens is nice... I can see the 'file' form element just being replaced by a progress meter, and locking the 'submit' button until the upload is complete.. or having the submit button check if an upload is active before allowing submit... It would be best to ping some jquery masters...
#2
On flickr you can select more than one image (file) at once (in form element). IMHO it's done via Flash :S
#3
the module 'swfupload' should do that. I'm looking how to replace the imagefield upload form with the swfupload object because it currently only replace the default 'attachments' form.
I was looking at the code of swfupload already and saw that there are some kind of 'events'. I wonder if it could be possible to queue the uploads and every time an image is fully uploaded it acts like the default behaviour and shows the 'imagefield uploaded form' with the alternate text, delete box,...
#4
i encourage work to integrate swfupload and imagefield. they would indeed go swell together.
#5
Hi,
i have the same problem, i can't upload many images with one upload. I'm searching the solution, but can't find. Please help. Thanks
#6
subscribe
#7
Duplicate issue #214458: Multiple images as zip file was closed in favor of this one, and proposed a simple .zip file as upload method for multiple files.
#8
Actually, I found issue #100234: Upload multiple images at once which even contains an add-on module for batch zip file uploading, and also mentions swfupload. Therefore, closing this issue as duplicate this time.