简体   繁体   中英

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??

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.

Details, you could refer to this answer: https://stackoverflow.com/a/33243837/7609093

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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