HtmlEditorSettings.ImageSelectorFileUploading Property
OBSOLETE
Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector.FileUploading property instead.
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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the SettingsDialogs.InsertImageDialog.SettingsImageSelector.FileUploading property instead.")]
public FileManagerFileUploadEventHandler ImageSelectorFileUploading { 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. |
Remarks
Implement a FileManagerFileUploadEventHandler delegate method and assign it to the ImageSelectorFileUploading property. For more implementation details, refer to the FileManagerFileUploadEventHandler delegate description.