Thursday, January 1, 2009

Disable SharePoint Single or Multiple File Upload using Javascript

Nice article how to disable single file upload in sharepoint document library or picture library using javascript.
Check it here.

If you want to disable multiple file upload you can change the javascript code :
var o = GetElementByText("ie:menuitem","Upload Document");

is changed to

var o = GetElementByText("ie:menuitem","Upload Multiple Documents");

No comments: