문제

I am trying to block users from entering square brackets ([]) or other charcters to a filename while uploading a document.

Is there a way to block this in SharePoint Central Administration or is there settings that I can change?

도움이 되었습니까?

해결책 2

I had to intercept the EventReciever during synchronous call (ItemAdding and ItemUpdating method) and cancel the event.

다른 팁

You would need to create an event receiver or a workflow to do this.

Have a look at the first sample in this post.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top