An error while trying to multiple file upload to SharePoint 3.0? This could be do to a modified upload.aspx page. Although ours was not customized, it did have a modified date that was post-install, so perhaps a service pack or hotfix altered it.
To fix:
- In the _layouts hive, find the file upload.aspx.
- Make a backup copy and open the original.
- Search for the line:
<input TYPE="hidden" NAME="_charset_" VALUE="utf-8"><!--webbot bot="FileUpload" endspan i-checksum="45034" -->
- Replace it with:
<input TYPE=”hidden” NAME=”Cmd” VALUE=”Save”><!–webbot bot=”FileUpload” endspan –> - Save the file.
- Restart the web application pool for your site. I prefer this over a server wide IISReset, but if that’s your bag, you can always do that.


