Select User

Insert ImageInsert TemplateAttach FileRemove AttachmentsInsert FlashInsert Windows Media
DesignHTMLPreview

Description
In this sample, you cannot upload new files or delete existing files from server due to security reasons. Please download the free trial version and test it on your machine.

You can specify the subdirectory list that the user is allowed access under
~/UltimateEditorInclude/UserFiles directory:

UltimateEditor Property Description
CreateFolderSubDirs The subdirectory list that the user is allowed to create new folder.
DeleteSubDirs The subdirectory list that the user is allowed to delete folder and file.
FileOverwriteSubDirs The subdirectory list that the user is allowed to overwrite an existing
file with the same name.
ServerExplorerInitialSubDir The initial subdirectory to view under ~/UltimateEditorInclude/UserFiles
directory.
UploadSubDirs The subdirectory list that the user is allowed to upload file.
ViewSubDirs The subdirectory list that the user is allowed to view.

The following rules apply for the above properties:
  • Multiple subdirectory names can be specified using | as a separator. For example, the value of
    "Common|Templates|Users/John" indicates that the user is allowed access only under three
    subdirectories, namely Common, Templates, and Users/John under ~/UltimateEditorInclude/UserFiles
    directory.
  • The value of "*" indicates that the user is allowed access under ~/UltimateEditorInclude/UserFiles
    directory and all its subdirectories.
  • The value of "" indicates that the user is not allowed access.
You can also specify the file types allowed in Server Explorer:

UltimateEditor Property Default Value
AttachmentFileTypes "*"
FlashFileTypes "flv|swf"
ImageFileTypes "bmp|cgm|cin|cpi|dpx|dxf|exr|fpx|gif|igs|jpeg|jpg|jpg2|jp2|pcd|pcf|pcx|pict|pct|
pic|png|ppm|svg|svgz|tiff|tif|tga|wmf|xbm|xpm"
LinkFileTypes "*"
TemplateFileTypes "htm|html|inc|txt"
WindowsMediaFileTypes "asf|avi|mid|mp3|mpeg|mpg|wav|wma|wmv"

The following rules apply for the above properties:
  • Multiple file types can be specified using | as a separator. For example, the value of
    "gif|jpeg|jpg" indicates that only three file types, namely gif, jpeg and jpg are allowed
    as available file types in Server Explorer.
  • The value of "*" indicates that all file types are allowed in Server Explorer