简体   繁体   English

IIS 8.5最大文件上传大小

[英]IIS 8.5 Max File Upload Size

I already have my max file size maxed out in IIS 8.5, but is there a solution that would let me upload even larger files?? 我已经在IIS 8.5中最大化了我的最大文件大小,但是有没有可以让我上传更大文件的解决方案?

Thanks ahead of time 提前谢谢

As far as I know, if you want to upload the very large file to the server, I suggest you could firstly divided the large file to chunks and then generate multiple request to upload the chunks to the server. 据我所知,如果要将大文件上传到服务器,建议您首先将大文件划分为多个块,然后生成多个请求以将大块上传到服务器。

If all the chunks are uploaded completely, then you could combine the chunks to the final file. 如果所有块都已完全上载,则可以将这些块组合到最终文件中。

For exmaple, you could use jquery file upload plugin , it support upload file with chunks. 例如,您可以使用jquery文件上传插件 ,它支持带有块的上传文件。

Details, you could refer to this answer: https://stackoverflow.com/a/33243837/7609093 详细信息,您可以参考以下答案: https : //stackoverflow.com/a/33243837/7609093

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM