The way web applications work I guess such an activity is not possible. The only thing u can do from a client side is to allow him to upload a particular file, u can control other activities like getting the list of files if the user specifies the directory name.
On the other hand you can plan a logic by which, the user is able to select the files and drag and drop into a space from where you can upload the files one by one from your code. This would be similar to the way you do multiple file upload in Gmail. You can try to implement that functionality which might solve your problem.
HTH
Regards,
Abhiram
-- On Sun, Aug 1, 2010 at 6:32 AM, GKotta <gurukotta@gmail.com> wrote:
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.
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