I'm having an issue uploading a PDF to a document library. I've uploaded many different PDF's to many document libraries with no issues. This one PDF won't upload. I get a 404 error. It's 5 MB and opens in Reader fine. Any ideas what the issue could be? Thanks!
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
This error occurs when you are trying to upload large files in SharePoint, you need to configure few settings so that you can upload larger files. Step 1: Central Administration -> Web Application General Settings -> Edit “Maximum Upload Size”: Step 2: Edit web.config under "C:\inetpub\wwwroot\wss\VirtualDirectories[YourWebApplication]"
Step 3: Edit web.config under C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS
Step 4: Add this lines to web.config under C:\inetpub\wwwroot\wss\VirtualDirectories[YourWebApplication] (If you get 404 error after file upload)
|
|||
|
|