首頁  >  問答  >  主體

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

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

PHPzPHPz2764 天前463

全部回覆(2)我來回復

  • ringa_lee

    ringa_lee2017-04-17 12:00:01

    因為這個project是從jQuery File Upload移植過來的,所以請參考原始文檔。

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

    所以說預設是不限制大小的

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

    支援所有格式

    回覆
    0
  • 天蓬老师

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

    多大的文件,難道出現了超時?可以考慮使用uploadify 這樣的上傳外掛程式

    回覆
    0
  • 取消回覆