Home  >  Q&A  >  body text

python - Django-jQuery-File-Upload怎么才能上传大型文件

Django-jQuery-File-Upload如何配置才能上传大型文件,比如支持zip|rar等不同格式上传。用过这个app的贱狗朋友来指点一下! :)

PHPzPHPz2764 days ago464

reply all(2)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 12:00:01

    Because this project is ported from jQuery File Upload, please refer to the original document.

    The maximum file size for uploads in this demo is 5 MB (default file size is unlimited).

    So there is no size limit by default

    Only image files (JPG, GIF, PNG) are allowed in this demo (by default there is no file type restriction).

    Support all formats

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 12:00:01

    How big is the file? Is there a timeout? You can consider using an upload plugin like uploadify

    reply
    0
  • Cancelreply