Skip to main content
A newer version of this page is available. .

ASPxHtmlEditorAudioUploadSettings Properties

Contains settings that relate to a control’s audio uploading functionality.
Name Description
AdvancedUploadModePacketSize Gets or sets the size of file packets. Inherited from ASPxHtmlEditorUploadSettingsBase.
AdvancedUploadModeTemporaryFolder Gets or sets the server folder where files, which are currently being uploaded, are maintained. Inherited from ASPxHtmlEditorUploadSettingsBase.
AmazonSettings Gets settings allowing ASPxHtmlEditor to access a file system storage in an Amazon Simple Storage Service (Amazon S3). Inherited from ASPxHtmlEditorUploadSettingsBase.
AzureSettings Gets settings allowing ASPxHtmlEditor to access a file system storage in the Azure Service. Inherited from ASPxHtmlEditorUploadSettingsBase.
DropboxSettings Gets settings allowing ASPxHtmlEditor to access a file system storage in the DropBox Service. Inherited from ASPxHtmlEditorUploadSettingsBase.
FileSystemSettings Gets settings allowing the ASPxHtmlEditor control to operate with files in the server’s physical file system. Inherited from ASPxHtmlEditorUploadSettingsBase.
UploadFolder Gets or sets the path to the folder that contains uploaded files used by the editor. Inherited from ASPxHtmlEditorUploadSettingsBase.
UploadFolderUrlPath Gets or sets a value that specifies the relative URL path to an upload folder whose physical path is defined using the ASPxHtmlEditorUploadSettingsBase.UploadFolder property. Inherited from ASPxHtmlEditorUploadSettingsBase.
UploadStorage Specifies the type of storage used by the ASPxHtmlEditor control. Inherited from ASPxHtmlEditorUploadSettingsBase.
UseAdvancedUploadMode Gets or sets a value specifying whether the advanced upload mode is used. Inherited from ASPxHtmlEditorUploadSettingsBase.
ValidationSettings Gets settings that relate to the validation of audio files uploaded within the ASPxHtmlEditor.
See Also