how to restrict user to upload only .docx or doc files in document library
-
Hi, Iam using sharepoint 2010,in my document library i want to restrict the user to upload the files with extension .docx or doc only , what settings i have to set please can you help.
-
Hi, Iam using sharepoint 2010,in my document library i want to restrict the user to upload the files with extension .docx or doc only , what settings i have to set please can you help.
if you want to block .doc and .docx files for all the document libraries in sharepoitn site.. Go to central admin and add these two file extensions as blocked file type for your site collection... If you want to block .doc and .docx file only for one document library than write a custom event handler on itemAdding and check for the file extension if extension is .doc or .docx cancel teh event ............