Can we upload more images at once (like on flickr.com)?

Comments

dopry’s picture

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...

alippai’s picture

On flickr you can select more than one image (file) at once (in form element). IMHO it's done via Flash :S

trogie’s picture

Version: 5.x-2.x-dev » 6.x-3.x-dev

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,...

moshe weitzman’s picture

i encourage work to integrate swfupload and imagefield. they would indeed go swell together.

chrispooh’s picture

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

momper’s picture

subscribe

jpetso’s picture

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.

jpetso’s picture

Status: Active » Closed (duplicate)

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.