in Web.cofig file." />
开发者

File Upload Limit Issue in asp.net mvc

I have fixed my file upload file size as 50MB using the following code

< httpRuntime executionTimeout="60" maxRequestLength="51200"/> in Web.cofig file.

When i am uploading more than 25MB file it displays error message as "file or directory not found". How to fix thi开发者_高级运维s issue?


This issue will occur because of timeout reached or IIS upload limit reached.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜