Cannot upload file(s) to SharePoint site
If I try to upload a file or multiple files to SharePoint, it fails.
There were no problems before an hour or two.
Could someone come up with a ready resolution for this issue?
Thanks
If I try to upload a file or multiple files to SharePoint, it fails.
There were no problems before an hour or two.
Could someone come up with a ready resolution for this issue?
Thanks
Â
Hello Thomas. Sometimes MS Sharepoint has uploading problems due to technical problems. Please follow these steps:
1. Check the httpRuntime and maxRequestLength. If your files are exceeding those then please change them.
2. In the central administration check the upload size limit and storage quotas.Â
If you are having this problem because of the large size of files then please change the settings in the following way:
1. In Microsoft Internet Information Services (IIS) change maximum upload size of the file for the virtual server settings.
2. Increase the connection timeout in IIS.Â
3. In the Web.config file change the execution timeout value.Â
Hopefully this will resolve your problem.Â
Please check for non-URL safe characters in the file name.
SharePoint restricts these characters from being in the file name of any file being uploaded to SharePoint.
To verify:
Does the file or folder contain any of the following characters:
To rename the file using URL safe characters:
Hope this helps!