通过一个表单字段在Django中上传多个文件
是否有任何自定义小部件(或特殊的魔法)通过一个表单字段上传多个文件(或整个文件夹!)?
我已经尝试过这个多媒体小部件,但它使用许多简单的FileFileds。
Is there any custom widget (or a special magic way) to upload multiple files (or a whole folder!) through one form field? I have tried this multifile widget but it uses many simple FileFileds.
https://github.com/tstone/django-uploadify 是一个可重用的Django应用程序,集成了 http://uploadify.com 。
https://github.com/tstone/django-uploadify is a reusable Django app that integrates http://uploadify.com.
从Uploadify的网站:
From Uploadify's website:
Uploadify是一个jQuery插件,可以在您的网站上集成一个完全可定制的多文件上传工具。它使用Javascript,ActionScript和任何服务器端语言的混合来动态地创建一个页面上任何DOM元素的实例。
Uploadify is a jQuery plugin that integrates a fully-customizable multiple file upload utility on your website. It uses a mixture of Javascript, ActionScript, and any server-side language to dynamically create an instance over any DOM element on a page.