ASPxHtmlEditorUploadSettingsBase Properties
Serves as a base for classes that contain settings related to a control’s media files uploading functionality.| Name | Description |
|---|---|
| AdvancedUploadModePacketSize | Gets or sets the size of file packets. |
| AdvancedUploadModeTemporaryFolder | Gets or sets the server folder where files, which are currently being uploaded, are maintained. |
| AmazonSettings | Gets settings allowing ASPxHtmlEditor to access a file system storage in an Amazon Simple Storage Service (Amazon S3). |
| AzureSettings | Gets settings allowing ASPxHtmlEditor to access a file system storage in the Azure Service. |
| DropboxSettings | Gets settings allowing ASPxHtmlEditor to access a file system storage in the DropBox Service. |
| FileSystemSettings | Gets settings allowing the ASPxHtmlEditor control to operate with files in the server’s physical file system. |
| UploadFolderUrlPath | Specifies the relative URL path to an upload folder whose physical path is defined using the UploadFolder property. |
| UploadStorage | Specifies the type of storage used by the ASPxHtmlEditor control. |
| UseAdvancedUploadMode | Gets or sets a value specifying whether the advanced upload mode is used. |
See Also