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

MVCxHtmlEditorImageSelectorSettings.FileUploading Property

Enables you to perform server-side processing of file upload operations initiated within the HtmlEditor’s Select Image dialog.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public FileManagerFileUploadEventHandler FileUploading { get; set; }

Property Value

Type Description
FileManagerFileUploadEventHandler

A FileManagerFileUploadEventHandler delegate method to be called when a file is about to be uploaded within the HtmlEditor’s Select Image dialog.

Property Paths

You can access this nested property as listed below:

Object Type Path to FileUploading
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector.FileUploading

Remarks

Implement a FileManagerFileUploadEventHandler delegate method and assign it to the FileUploading property. For more implementation details, refer to the FileManagerFileUploadEventHandler delegate description.

See Also