AJAX Browser
- Product Home
- Features
- System Requirements
- Online Demo
-
- Getting Started
- Activating Product
- Selecting Items
- Themes and Toolbar Icons
- Thumbnails
- Panels Customization
- Grids Customization
- Menu Customization
- Toolbar Customization
- Search
- Custom Dialogs
- History Navigation
- Settings Reference
- CORS Requests
- Modify Upload Url
- Upload in IE 9-
- Using IIS 7/8 WebDAV
- Authentication / SSL
- Validation
- Localization
- Request Pipeline
- Help & Support
Setting Not Allowed Characters in Item Names
In this article
Setting Not Allowed Characters in Item Names
To set the list of characters that file and folder names can not contain call SetNotAllowedCharacters method passing string with a list of invalid characters:
ajaxFileBrowser.SetNotAllowedCharacters('&?#\\<>');
By default following characters are not allowed:
\ / : * ? " < > |
To read the list of not allowed characters call GetNotAllowedCharacters. Note that IT Hit AJAX File Browser supports any characters in item names except '\' symbol. All special and non-English characters are URL-encoded. Also, note that WebDAV servers running on Microsoft IIS 6 and previous versions does not support '%', '&' and '+' symbols.
AJAX File Browser Not Allowed Characters Demo