Uploading File Size Limitation
Get the following error when sending a 45mb file to SharePoint 2010 from a file share.
"Error: There was an exception running the extensions specified in the config file. ---> Maximum request length exceeded."
If the file size is reduced to 30mb or less, the error goes away.
-
Jason Beutel commented
Hello Elissa
another part to this question
"why are we changing the SharePoint limit, when the native SharePoint website works fine, it’s only causing an error in OnePlaceMail"?
regards
Jason Beutel
-
Jason Beutel commented
This type of error is occurring in a 'SharePoint 2013' environemnt. Is making this same fix to the 'web.config' file, will this still work?
-
Elissa commented
Hi Jason
Thank you for your inquiry.
Web.config can be found in the following location on your SharePoint server
Drive\Inetpub\Wwwroot\WSS\VirtualDirectories\\web.config
Please refer to the following article for further information
Kind regards
Elissa
-
Jason Beutel commented
it's necessary to edit web.config of your web application to increase the maximumRequestLength and executionTimeout:
where is this file 'web.config' located?
-
Ilia Zhukov commented
Hi,
Due to inactivity, I have closed this topic.
Please respond to the topic if you have further questions and/or would like to activate the discussion topic further.
Thank you!
-
Ilia Zhukov commented
Hi Andrew,
thank you for reporting this problem.
There is no size limit for files you upload using OnePlaceMail but it's necessary to edit web.config of your web application to increase the maximumRequestLength and executionTimeout:
https://d37wxxhohlp07s.cloudfront.net/s3_images/794342/1.png?1348188888
After that please perform an IISreset.
Hope this will help.