Results 1 to 6 of 6

Thread: Unable to load file more then 30mb on Sharepoint

  1. #1
    Join Date
    Jan 2011
    Posts
    33

    Unable to load file more then 30mb on Sharepoint

    I am running a Windows Server 2008 and on this machine I have installed a SharePoint Services 3.0 and I am trying to upload some files using this sharepoint but the problem is it is not letting me upload the file that are larger then 30 Mb. Can somebody tell me that what is the problem over here and how can I get rid of it.

  2. #2
    Join Date
    May 2008
    Posts
    913

    Re: Unable to load file more then 30mb on Sharepoint

    If you use Windows SharePoint Services 3.0 or MOSS 2007 on Windows Server 2008 machine (with IIS 7 of course) then you have it impossible to load into your document library, file size of about 30 MB. Yet the maximum limit set by default upload is 50 mb you say .. and you also have right! But this is a configuration error is known, full KB article. The symptoms to detect this behavior are as follows:

    • When trying to load a single file within a document library via an interface, you will be redirected on page 404.
    • When trying to upload multiple files through the page to load multiple, initially the operation seems to go fine, but then you realize that will not load any files.
    • When you try to insert a single file through the explorer view of a document library, the operating system will be a mistake of writing.

  3. #3
    Join Date
    Nov 2008
    Posts
    1,185

    Re: Unable to load file more then 30mb on Sharepoint

    Basically, this involves modifying the web.config file of your web application and add at the bottom of the section:

    Code:
      <System.webServer>
    
      <Security>
    
      <RequestFiltering>
    
      <RequestLimits maxAllowedContentLength = "52428800" />
    
      </ RequestFiltering>
    
      </ Security>
    
      </ System.webServer>

    If you prefer, raise the threshold up to upload your SharePoint web application, as well as change the settings within the Central Administration.

  4. #4
    Join Date
    Mar 2009
    Posts
    1,360

    Re: Unable to load file more then 30mb on Sharepoint

    In response to a restore a site collection, or one or more sites using SharePoint 2007 backup and restore utilities present within the Central Administration or through the STSADM utility, or use the Content Migration API to perform moves and various operations, I have cam across the following error:

    FatalError: The file can not be imported ITS Because parent web [Parent Web URL] does not exist.

  5. #5
    Join Date
    May 2008
    Posts
    979

    Re: Unable to load file more then 30mb on Sharepoint

    In fact, in my case the wording of the error was not a turn .. the parent site of the site I was looking to move there. That's because I'm moving the site to another site hierarchy, other than that of departure, and said in all sincerity, I feel more normal operation of the world. There for them then, I try to create a blank site with the same name as the parent site in question .. and moving that single site is successful. Nevertheless, I find the same error on all other sites, which scares me a lot .. because I could not think of having to recreate the same structure I had in the collection site starting to make my restore .. would be really crazy!

  6. #6
    Join Date
    May 2008
    Posts
    860

    Re: Unable to load file more then 30mb on Sharepoint

    Fortunately, accessing remote desktop to the server with which the user running the SharePoint Application Pool and retry the operation to restore everything went fine, without me having to create any empty site or something. Without running the operation to restore service through the use of SharePoint, I was always encounter the error in question, even though I was admin of the machine, the farm and know what the hell!

Similar Threads

  1. Replies: 4
    Last Post: 07-02-2011, 06:53 AM
  2. Unable to open the SharePoint 2007
    By MaHiNo in forum Windows Software
    Replies: 4
    Last Post: 29-11-2010, 11:56 PM
  3. Replies: 4
    Last Post: 26-11-2010, 01:42 AM
  4. GroupPolicy Limit Max Profile Size (want more than 30Mb)
    By Galiher in forum Active Directory
    Replies: 3
    Last Post: 18-07-2007, 04:45 AM
  5. Unable to load file or assembly mom. implementation.
    By Drewski in forum Windows XP Support
    Replies: 3
    Last Post: 16-07-2007, 08:38 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,455,023.23102 seconds with 16 queries