How to disable multiple upload button for Document List in Sharepoint 2010
- Open upload.aspx file in Visual Studio, upload.aspx file found this file in "14\TEMPLATE\LAYOUTS" folder.
- Search for "if (hideLink)" statement , you have to set hideLink variable to true for hiding the multiple upload button.
if ( hideLink)
...
3. replace yourJavaScriptFunction with your javascript function which returns bool value.
3. replace yourJavaScriptFunction with your javascript function which returns bool value.
Comments
Post a Comment