是否可以通过将文件从桌面拖动到浏览器来上载文件

时间:2011-07-22 03:10:36

标签: jquery

这个想法是你从桌面拖动一个(特定文件的)图标并在网站的特定位置发布???是否可以实现(通过jquery?)

4 个答案:

答案 0 :(得分:1)

我强烈建议您使用PlUpload来执行此任务。因为这个基于大量插件或功能的组件依赖于当前浏览器中可用的插件。但它对拖放功能仍有一些限制。

enter image description here

答案 1 :(得分:0)

答案:,你可以,但这不是一项简单的任务。不要指望没有插件的单行

有关更多信息,谷歌有多难? Here

一个很好的演示:http://aquantum-demo.appspot.com/file-upload
一个插件:http://plugins.jquery.com/plugin-tags/drag-drop-upload
另一个插件:http://plugins.jquery.com/plugin-tags/drag-and-drop-upload
另一个好的插件:http://valums.com/ajax-upload/
并查看此问题Is there a good jQuery Drag-and-drop file upload plugin?

答案 2 :(得分:0)

使用插件的一种方法就是有很多例子

http://aquantum-demo.appspot.com/file-upload

答案 3 :(得分:0)

我使用过Valum's Ajax Upload ...效果很好,并且可以拖动上传您正在寻找的功能。

为了更好地回答您在此回答的评论中提出的问题,如果您将该课程更改为以下内容,那么繁荣,您将有一个完整的页面删除区域...

.qq-upload-drop-area {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 70px;
z-index: 2;
background: rgba(155, 155, 155, 0.5);
text-align: center;
bottom: 0;
right: 0;
}