Google Gears drag and drop upload - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T05:01:35Z http://stackoverflow.com/feeds/question/1016915 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1016915/google-gears-drag-and-drop-upload 4 Google Gears drag and drop upload Shadow 2009-06-19T08:32:25Z 2009-07-03T22:33:05Z <p>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.</p> http://stackoverflow.com/questions/1016915/google-gears-drag-and-drop-upload/1016967#1016967 1 Answer by Josh for Google Gears drag and drop upload Josh 2009-06-19T08:50:24Z 2009-06-19T08:50:24Z <p>i've also been looking - the best i've found so far is this but it's not very well documented</p> <p><a href="http://code.google.com/p/jquerymultiupload/" rel="nofollow">http://code.google.com/p/jquerymultiupload/</a></p> <p>Josh</p> http://stackoverflow.com/questions/1016915/google-gears-drag-and-drop-upload/1028516#1028516 -1 Answer by Shadow for Google Gears drag and drop upload Shadow 2009-06-22T17:38:24Z 2009-06-22T17:38:24Z <p>I ended up finding a different solution.</p> http://stackoverflow.com/questions/1016915/google-gears-drag-and-drop-upload/1081042#1081042 2 Answer by visticot for Google Gears drag and drop upload visticot 2009-07-03T22:33:05Z 2009-07-03T22:33:05Z <p>You have some info here: <a href="http://fvisticot.blogspot.com/2009/06/google-gears-desktop-drag-and-drop.html" rel="nofollow">http://fvisticot.blogspot.com/2009/06/google-gears-desktop-drag-and-drop.html</a></p>