CKFinder 3 – ASP.NET Connector Documentation
IFileSettings Interface Reference

A file settings More...

Properties

long? MaxFileSize [get, set]
 A maximum file size in bytes or null for no limit. More...
 
bool OverwriteOnUpload [get, set]
 True if upload should automatically overwrite existing files. More...
 
bool DisallowUnsafeCharacters [get, set]
 True if file and folder names should be disallowed to use certain characters. More...
 
bool CheckDoubleExtension [get, set]
 Whether to disallow files with double file extension. More...
 
bool SecureImageUploads [get, set]
 Whether to disallow invalid image files with image extensions. More...
 
int? CacheControlSeconds [get, set]
 Configures cache lifetime for Proxy command. More...
 

Detailed Description

A file settings

Property Documentation

◆ CacheControlSeconds

int? CacheControlSeconds
getset

Configures cache lifetime for Proxy command.

◆ CheckDoubleExtension

bool CheckDoubleExtension
getset

Whether to disallow files with double file extension.

◆ DisallowUnsafeCharacters

bool DisallowUnsafeCharacters
getset

True if file and folder names should be disallowed to use certain characters.

◆ MaxFileSize

long? MaxFileSize
getset

A maximum file size in bytes or null for no limit.

◆ OverwriteOnUpload

bool OverwriteOnUpload
getset

True if upload should automatically overwrite existing files.

◆ SecureImageUploads

bool SecureImageUploads
getset

Whether to disallow invalid image files with image extensions.


The documentation for this interface was generated from the following file: