Store files in file system
|
Indicates if files should be stored in the file system.
|
Store files in database
|
Indicates if files should be stored in the database.
|
Generate thumbnails
|
Indicates if GetFile.aspx page should save the resized images on the disk for the next request in order to improve the performance. This option only applies if files are stored in the file system.
|
Files folder
|
Physical path to the folder where uploaded files should be stored.
|
Maximum file size to cache
|
Specifies the maximum size of the file in kilobytes that is allowed to be cached.
|
Redirect files to disk
|
If checked, file requests are redirected to the physical file in the file system if possible.
|
Upload extensions
|
Allowed file extensions for the uploaded files. You can restrict the types of uploaded documents to (e.g. ‘gif;jpg;doc;pdf’). It allows you to block users from uploading potentially dangerous files, such as ASPX scripts. If no value is specified, all types of files can be uploaded.
|
Check if files are published
|
If checked, only files from published files can be accessed from the live site.
|
Check files permissions
|
If checked, document permissions are applied to the files.
|
File import folder
|
Path to folder used for the file import.
|
Media file preview suffix
|
Suffix added to preview files; preview files' names are in the following format: < file name >_< file extension >< preview suffix >.< preview extension >.
|
Media file hidden folder
|
Name of the folder where thumbnails of media files will be stored; this folder is hidden in the file system by default and thumbnails are generated within it.
|