This is a migrated thread and some comments may be shown as answers.

[Solved] Upload File maximum Limit

2 Answers 58 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vikas
Top achievements
Rank 1
Vikas asked on 15 May 2012, 01:55 PM
I am using telerik upload for uploading file sizes ranging from 20mb-200mb( Zip files). The smaller files are uploaded unto the server but when it comes to bigger files >20mb, i get the following error message
Failed to load resource: the server responded with a status of 404 (Not Found) 

I already have the <httpRunTime> executionTimeOut & maxRequestLength to the proper values to handle large file's. I cross verified the IIS Server and had the corresponding settings changed to upload large files.

Any help would be of great help.


2 Answers, 1 is accepted

Sort by
0
Jino
Top achievements
Rank 1
answered on 20 Sep 2012, 11:10 PM
Any one have answer for this? Upload works for small files and doesn't work for large files. Where we have to set the size?
0
Vikas
Top achievements
Rank 1
answered on 27 Sep 2012, 11:54 AM
Hi,

Make sure you set the following code in web.config to a higher value

<requestLimits maxAllowedContentLength=?????/>

Besides this, if your application has been deployed on the server check the UrlScan.ini file on the server. It sets some limitations on the file size. The field to look out is : "MaxAllowedContentLength"

Hope this helps
Tags
Upload
Asked by
Vikas
Top achievements
Rank 1
Answers by
Jino
Top achievements
Rank 1
Vikas
Top achievements
Rank 1
Share this question
or