up vote 5 down vote favorite
1
share [g+] share [fb]

I recently watched the google wave video from google i/o where they said you can drag and drop files from windows explorer to the browser and upload them using gears. Can someone point me in the right direction to do this myself? I've browsed around the gears api page on google code and can't really find any examples that even come close to this.

link|improve this question

feedback

5 Answers

You have some info here: http://fvisticot.blogspot.com/2009/06/google-gears-desktop-drag-and-drop.html

link|improve this answer
feedback

You may want to try plupload, it allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing features such as upload progress, image resizing and chunked uploads. (See http://www.plupload.com/)

link|improve this answer
feedback

i've also been looking - the best i've found so far is this but it's not very well documented

http://code.google.com/p/jquerymultiupload/

Josh

link|improve this answer
feedback

Here is a good post about gears drag-drop upload with ASP.NET

http://coderbag.com/Web-Development/Drag-Drop-file-Upload-With-Google-Gears-and-ASP-NET

link|improve this answer
feedback

I ended up finding a different solution.

I just used SWFUpload (found it on Google). Not as slick as drag and drop, but it's a lot easier to set up and allows users to do multiple files at once.

link|improve this answer
What was the solution? – chris Jul 9 '09 at 22:56
Just used SWFUpload (google it) Not as slick as drag and drop, but its a lot easier to set up and lets users do multiple files at once. – Shadow Jul 11 '09 at 4:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.