像 Gmail 拖放之类的东西
我想每个人都知道通过拖放方式上传 gmail 附件,
设计 lyc 的方法是什么? .. 将图像拖放到某个位置,然后将其上传到服务器.. 有什么想法吗?
I think every one know with gmail attachment uploading with drag drop,
what is the approach to design a thing lyc that ? .. drag and drop a image to a place and it should be uploaded to the server .. any ideas ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
它不完全是 HTML5,但这里是一个 jQuery 插件,可以满足您的需求。
Its not exactly HTML5 but here is a jQuery plugin that does what you're looking for.
你能使用 jQuery 吗?
请观看实时演示
也许这会对你有所帮助。但是,预计只能在真实浏览器上工作(因此 IE 被排除在外!)
更新(更好的选项):
您可以拖动并单击使用 Google Chrome、Mozilla Firefox 和 Apple Safari 将桌面上的文件拖放到此网页上。
http://aquantum-demo.appspot.com/file-upload
经 Firefox 6 测试效果良好。
Are u able to use jQuery ?
see live Demo
Maybe this will help you. However, expect to work only on real browsers (so IE is excluded!)
Update(Better option):
You can drag & drop files from your desktop on this webpage with Google Chrome, Mozilla Firefox and Apple Safari.
http://aquantum-demo.appspot.com/file-upload
Tested with Firefox 6 well works.
该库提供拖放和多文件选择上传: https://github.com/valums /文件上传器
This library provides both drag-and-drop and multi-file select uploads: https://github.com/valums/file-uploader