Saturday, July 31, 2010

Upload folders and/or Upload Files already on the server

I need users to give me a bunch of images from their computer, which
will then be displayed in my application. These images will all be in
one folder. Rather than having users upload each image individually, I
want to upload them all at once.

One idea that I came up with is to have them upload a zip file with
the folder and all the images to the blobstore. If I did this, how
would I access each individual image? One possible solution that I
thought of uploading each image to the blobstore after unzipping the
folder. Is this possible?

Another idea is to have them upload the entire folder. Again, how
would I access each individual image?

Any help would be appreciated. Thanks :)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment