| Perfil de BradSharePoint BlogFotosBlogListas | Ayuda |
|
17 julio Uploading large files fails (2003 and 2008)When you attempt to upload a large file in Sharepoint, you may receive errors relating to timeouts, 404s etc.
To resolve this, make the following changes:
By default, the maximum size for uploading files is set to 50 MB. If you need to be able to upload larger files (such as when you use smigrate.exe to migrate a site between servers), you can change this setting to any value up to 2 GB (2047 MB).
To configure large file support you must increase the default upload size in SharePoint Central Administration (Web Application properties). You may also need to perform the following additional actions (depending on your hardware configuration):
If you want to increase the maximum limit for Web Parts...
This change is required only when working with large Web Parts. The maximum limit for Web Parts is set to 1048576 bytes by default.
Large file support limitations The following features do not support files larger than 50 MB:
Additional changes in 2008 server:
In 2008 server, there's a second change you need to make as well -
In either the WSS3 / MOSS site's Web.config, add / update the following line -
<system.webServer>
<security> <requestFiltering> <requestLimits maxAllowedContentLength="52428800"/> </requestFiltering> </security> </system.webServer> If you wish to apply it across all sites, make the change in the Application.config file in %windir%\system32\inetsrv\config\applicationhost.config
Other Notes:
You may find these hints useful as well
In the web.config file for the farm (Program Files\Common Files\Microsoft Shared\Web server extensions\12\TEMPLATE\LAYOUTS), update the executionTimeout value in this line:
<location path="upload.aspx">
<system.web> <httpRuntime executionTimeout="999999" maxRequestLength="2097151" /> </system.web> </location> You may also have to do something similar if the property is declared in the Web Application -
<httpRuntime executionTimeout="999999" maxRequestLength="51200" /> Comentarios (2)Para agregar un comentario, inicia sesión con tu cuenta de Windows Live ID (si utilizas Hotmail, Messenger o Xbox LIVE, ya tienes una cuenta de Windows Live ID). Iniciar sesión ¿No tienes una cuenta de Windows Live ID? Regístrate
Vínculos de referenciaLa dirección URL del vínculo de referencia de esta entrada es: http://sharepointblog.spaces.live.com/blog/cns!74C8FB1191265567!531.trak Weblogs que hacen referencia a esta entrada
|
|
|