Google Gears 拖放上传
我最近观看了 google i/o 上的 google wave 视频,他们说您可以将文件从 Windows 资源管理器拖放到浏览器中,然后使用 gears 上传它们。 有人可以指出我自己做这件事的正确方向吗? 我浏览了谷歌代码上的 gears api 页面,但找不到任何接近于此的示例。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您在这里有一些信息:
http://fvisticot.blogspot.com/ 2009/06/google-gears-desktop-drag-and-drop.html
You have some info here:
http://fvisticot.blogspot.com/2009/06/google-gears-desktop-drag-and-drop.html
您可能想尝试 plupload,它允许您使用 HTML5 Gears、Silverlight、Flash、BrowserPlus 或普通表单上传文件,提供上传进度、图像大小调整和分块上传等功能。 (参见http://www.plupload.com/)
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/)
我也一直在寻找 - 到目前为止我发现的最好的就是这个,但它没有很好的记录
http://code.google.com/p/jquerymultiupload/
乔什
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
这是一篇关于使用 ASP.NET 进行齿轮拖放上传的好文章
http://coderbag.com/Web-Development/Drag-Drop-file-Upload-With-Google-Gears-and-ASP-NET
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
我最终找到了不同的解决方案。
我刚刚使用了 SWFUpload (在 Google 上找到的)。 不像拖放那么流畅,但设置起来要容易得多,并且允许用户一次处理多个文件。
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.