How to upload all images in a folder?

Instead of making a form to upload one picture at a time, I’d like to
have the File Column plugin accept a directory, and have each picture be
uploaded and thumbnails created (w/ RMagick).

Has anyone done this?

Anyone have a good idea where to start if I were to do it on my own?

Thanks,
Ben L.

On 8/9/06, Ben L. [email protected] wrote:

Instead of making a form to upload one picture at a time, I’d like to
have the File Column plugin accept a directory, and have each picture be
uploaded and thumbnails created (w/ RMagick).

Has anyone done this?

Anyone have a good idea where to start if I were to do it on my own?

Do browsers support uploading directories? I didn’t think they did.

Joe

Anyone have a good idea where to start if I were to do it on my own?

Do browsers support uploading directories? I didn’t think they did.

Joe

They don’t.

Max

let your users upload zip files alternatively

2006/8/10, Max M. [email protected]:

Max


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Michael S. [email protected]

www.stellar-legends.de - Weltraum-Browsergame im Alpha-Stadium

On 10 Aug 2006, at 04:41, Joe Van D. wrote:

Do browsers support uploading directories? I didn’t think they did.
Exactly, you could offer support for uploading compressed archives
such as a zip file, which then can contain a folder of images (or
just the images). And yes, you would have to code this yourself,
integrate it with file column and be so nice to share it with the
rest of the community :wink:

Best regards

Peter De Berdt