sharepoint下传文件时“覆盖现有文件”怎样去掉默认勾中
sharepoint上传文件时“覆盖现有文件”怎样去掉默认勾中
sharepoint上传文件时“覆盖现有文件”选项怎样去掉默认勾中?

------解决方案--------------------
To do this, you need to override the OnLoad event and modify the controls that control this functionality. The Overwrite Existing Files check box is provided by the OverwriteSingle control. To clear and hide the check box, set the Checked property and the Visible property to false. Please check the link below for detailed code:
Preventing Record Modification but Allowing Metadata Modification by Overriding the Upload Page in Windows SharePoint Services 3.0
http://msdn.microsoft.com/en-us/library/cc713554.aspx
------解决方案--------------------
可以隐藏的例如
sharepoint上传文件时“覆盖现有文件”选项怎样去掉默认勾中?
------解决方案--------------------
To do this, you need to override the OnLoad event and modify the controls that control this functionality. The Overwrite Existing Files check box is provided by the OverwriteSingle control. To clear and hide the check box, set the Checked property and the Visible property to false. Please check the link below for detailed code:
Preventing Record Modification but Allowing Metadata Modification by Overriding the Upload Page in Windows SharePoint Services 3.0
http://msdn.microsoft.com/en-us/library/cc713554.aspx
------解决方案--------------------
可以隐藏的例如