在 Uploadify 文件上传中拖放文件夹
我正在使用 UPLOADIFY 文件上传来上传多个文件并将其绑定到数据列表中。
在此过程中,我必须单击 uploadify btn,然后选择所有图像..
我想要的是..我必须拖动文件夹,以便该文件夹和子文件夹中的所有图像都会自动上传..
它怎么可能拖放文件夹并通过 uploadify 上传图像
I am using UPLOADIFY file upload for uploading multiple files and binding it in data list.
In this process i have to click on uploadify btn, then select all the image..
what i want is.. I have to drag the folder so all images which is in that folder and in sub folder get uploaded automatically..
How its possible to drag and drop the folder and upload the image through uploadify
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接有助于解决我的上述问题。
http://aquantum-demo.appspot.com/ file-upload
此代码在 IE 上不起作用,但在所有浏览器上都可以正常工作。如示例所示,
谢谢
This link is help full the my above question..
http://aquantum-demo.appspot.com/file-upload
this code will not work on IE rest it will work fine on all browser. as the example is showing
thank you