CuteEditor for .NET

Restricting Media Files by Extensions and Types

Restricting Media Files by Extensions and Types

 

One of CuteEditor's new and innovative capabilities is restricting uploading Media Files by Extensions and Types. You can filter the type of Media Files you want to upload so only specified file types are allowed to be uploaded.

This topic describes how to manage uploading media file type restrictions.

 

  

 

You can restrict uploading media Files by Extensions and Types by editing the security policy file:


The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the MediaFilters element element . By default, it contains the following value:


<
security name="MediaFilters">

       <item>.mpg</item>
       <item>.avi</item>

       <item>.mp3</item>

</security>
  

You can modify the MediaFilters element to meet your own requirements.