扫码关注官方订阅号
Django-jQuery-File-Upload如何配置才能上传大型文件,比如支持zip|rar等不同格式上传。用过这个app的贱狗朋友来指点一下! :)
学习是最好的投资!
因为这个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).
支持所有格式
多大的文件,难道出现了超时?可以考虑使用uploadify 这样的上传插件
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
因为这个project是从jQuery File Upload移植过来的,所以请参考原文档。
所以说默认是不限制大小的
支持所有格式
多大的文件,难道出现了超时?可以考虑使用uploadify 这样的上传插件