Class FileUploadOptions
- Namespace
- CMS.Base.Configuration
- Assembly
- CMS.Base.dll
Configures the options for file upload.
public class FileUploadOptions
- Inheritance
-
objectFileUploadOptions
- Extension Methods
Properties
ChunkSize
Size of the chunk in bytes into which the uploaded file will be split.
public int ChunkSize { get; set; }
Property Value
- int
Remarks
Default value is 10 MB.
MaxFileSize
Maximum allowed file size in bytes that can be uploaded to system.
public long MaxFileSize { get; set; }
Property Value
- long
Remarks
Default value is 100 MB.