Select User

Insert ImageInsert TemplateAttach FileRemove AttachmentsInsert FlashInsert Windows Media
DesignHTMLPreview

Description
In this sample, none of the users can upload new files or delete existing files from database due to security reasons. Please download the free trial version and test it on your machine.

If you have Microsoft SQL Server 2005 Express Edition installed on your machine, you can use the database UltimateEditorDatabase under App_Data. Otherwise, you may run the SQL query CreateTable_UltimateEditorFile under Controls\Documents\Database.

You also need to add the configuration settings from UploadDatabaseConfig.xml to your Web.config file.

You can control user access to files in your database by setting the following properties:

UltimateEditor Property Description
EnableViewFilesInDatabase Whether to allow viewing files stored in database using Server Explorer.
EnableUploadFilesInDatabase Whether to allow uploading files to database using Server Explorer.
EnableDeleteFilesInDatabase Whether to allow deleting files from database using Server Explorer.
EnableOverwriteFilesInDatabase Whether to allow overwriting an existing file with the same name
in database using Server Explorer.


Note that this feature is supported in .NET 2.0 and higher.