Google Gears 拖放上传

发布于 2024-07-25 18:59:13 字数 153 浏览 4 评论 0原文

我最近观看了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

听风吹 2024-08-01 18:59:13

您可能想尝试 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/)

鸠书 2024-08-01 18:59:13

我也一直在寻找 - 到目前为止我发现的最好的就是这个,但它没有很好的记录

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

爱殇璃 2024-08-01 18:59:13

这是一篇关于使用 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

酒绊 2024-08-01 18:59:13

我最终找到了不同的解决方案。

我刚刚使用了 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文