vote up 5 vote down star
2

I've tried many tutorials online on how to increase the upload file size for a SharePoint document library with no luck.

Any ideas on how to increase the limit of file upload to a document library?

I've tried:

http://spsstuff.blogspot.com/2006/03/how-to-change-maximum-file-upload-size.html http://www.eggheadcafe.com/software/aspnet/29380049/50mb-upload-limit--help.aspx http://www.msexperts.org/blogs/mark/archive/2008/10/23/increasing-the-maximum-upload-limit-on-a-sharepoint-site.aspx

flag

74% accept rate
2  
Are you trying to do this for an individual document library or for the entire web application? As far as i know, it can only be set in Central Administration per Web Application. – Temple May 13 at 21:50
1  
When you say they didn't work, what happened? Did any errors appear in the SP Logs? Was an error message shown in the UI when you tried to update, or did it seem to work, and then just NOT increase the upload? – devinb May 13 at 22:36
The maximum file size is currently the default 50mb. – LB May 14 at 14:49
I'm looking into doing this for the entire web application. – LB May 14 at 14:49

2 Answers

vote up 5 vote down

I followed the 1st instruction from the 2nd link you provided:

  1. In SharePoint 3.0 Central Adminisration, Application Management tab, and Web application general settings configure the Maximum upload size to a maximum of 2047 MB.

and it worked fine.

Are you sure that you selected appropriate Web application when changing the maximum upload size?

alt text

link|flag
Is there any hard limit, beyond which cannot be increased? Or is that the 2047MB? – AviD Jun 1 at 9:19
vote up 0 vote down

Has anyone had any update on this? I am having the same problem where i followed the steps and it's still not working. The site that is having problems is on a clustered server so i found all of the web.config files and updated them, but still no luck.

link|flag
Nevermind, when doing it on Clustered instances, an iisreset on each server did the trick. Also, in the second link provided, he dispays the executionTimeout command with a capital E, which will not work, needs to be lower case. – Burbidge87 Jul 24 at 20:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.