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");
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment