Home > Net >  Webapi uploading files can pass 110 m below the file? Please grant instruction!
Webapi uploading files can pass 110 m below the file? Please grant instruction!

Time:10-10

Developed a WebApi + Xamarin. Forms program (upload video files to the server) :
The webapi the web. Config has set: maxRequestLength="2147483647" and maxAllowedContentLength="4294967295",
But can only upload file under 110 m, for some reason? Please the great god grant instruction!

CodePudding user response:

Server and client, what is the error prompt?

CodePudding user response:

IIS Settings, too

CodePudding user response:

Thank you for your reply!
1, the server and client no hint, just check server upload file list is no larger than 110 MB file, file are under 110 m,
2, all IIS has also set up maxRequestLength="2147483647" and maxAllowedContentLength="4294967295"
  • Related