Change maximum upload file size in SharePoint/WSS 3.0

Sharepoint max upload file size is limited out of the box.  You can change the max file upload size by following the steps below.  Note that if the max upload size setting is greater than 50MB then IIS settings in web.config may need to be changed too.

Click screenshots below to view full-size version.

  1. Connect to Central Admin
    image
  2. Navigate to Central Admin > Application Management > Web Application General Settings
    image
  3. Select your web application
    image
  4. Set the Maximum Upload Size value to "X" MB and click OK
    image
  5. Repeat steps 6-7 for all zones for your web application on all servers hosting the web application role
  6. If size is greater than 50MB, you must change IIS .Net settings in the web.config file also
  7. Open the web.config for your SharePoint application
  8. Replace the following line:
    <httpRuntime maxRequestLength="51200" />
    with
    <httpRuntime maxRequestLength="{X * 1024}" />
    image

Leave a Reply

Related Post

WordPress .htaccess Tips and Tricks

.htaccess files (or “distributed configuration files”) provide a way to make configuration changes on your Wordpress site on a per-directory basis. A .htaccess file, containing one or more configuration directives, is placed in a particular document directory on your Wordpress site, and the directives apply to that directory, and all subdirectories thereof. Using directives in .htaccess, you can block spam, secure your website, and control other website actions.

My Old Software

In the early 1990’s, I distributed several commercial software packages. Applications such as children’s and adult level games, Internet applications and online games, advanced testing applications, and programmer utilities were included in the SparTech repertoire. The following are the software applications that were distributed.

Crazy Scrabble Words

Been playing a lot of Wordfeud on my Droid and realized that there really is an art to Scrabble. Here are some game notes that I’ve picked up.