On 09 Mar 2010, at 11:53, Max Williams wrote:

Hi - can anyone recommend a plugin/gem for uploading a bunch of image
files at once, and converting them to attachments? Ideally one that lets
you select a folder and then uploads all of the images in that folder?

Google "rails multiple upload". We personally use SWFupload (which you have to manually code into the app using Javascript to make it behave the way you want it too, but there are some example projects on github afaik). It won't allow to select a folder, but you can easily select all (valid) files in a folder with Command/Control-A (select all) and queue them for upload through this Flash based uploader. Gives you clientside validation before uploading as well as progress bars if you want it to.


Best regards

Peter De Berdt

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to