Kit Kai's Tech Blog

Blog about SharePoint

This Blog

Syndication

Search

Tags

News



  • Want to be notified when new posts are available? Click the icon below for more information on how to subscribe.

    Blog Flux MapStats: Stats and Counter for Kit Kai's Tech Blog Subscribe to Kit Kai's Tech Blog

    Locations of visitors to this page Add to Technorati Favorites

Community

Email Notifications

Archives

Sharepoint / CMS Blogs

MVPs', Leads' & RDs' Blogs

Singapore Usergroups

Overseas Usergroups

About Me

Unable to upload big files when running SharePoint on Windows 2008

I had that problem for quite a long time. Changing the maximum allowable file size in SharePoint, or web.config doesn't help. I will just keep hitting a 404 error. Very frustrating indeed.

It was until recently, I found this KB, http://support.microsoft.com/kb/944981/en-us. It states that you will not be able to upload files bigger than 28mb, unless you add the following into the web.config, which will allow you to upload 50mb file into SharePoint, the default configuration.

<system.webServer>
  <security>
    <requestFiltering>
      <requestLimits maxAllowedContentLength="52428800"/>
    </requestFiltering>
  </security>
</system.webServer>

Add this after the configSections, and change the maxAllowedContentLength to [YourMaxFileSize] * 1024 * 1024, and you are done!

 

Published Friday, September 26, 2008 5:08 PM by kitkai

Comments

# Unable to upload big files when running SharePoint on Windows 2008@ Friday, September 26, 2008 5:31 PM

I had that problem for quite a long time. Changing the maximum allowable file size in SharePoint, or

# Links (9/28/2008) &laquo; Steve Pietrek - Everything SharePoint@ Monday, September 29, 2008 7:59 AM

Pingback from  Links (9/28/2008) « Steve Pietrek - Everything SharePoint

# Limitantes con Windows 2008 y SharePoint@ Tuesday, September 30, 2008 7:09 AM

Otra de las consultas que he recibido hoy trata de un inconveniente al intentar subir archivos de gran