Skip to main content

MVCxHtmlEditorFlashSelectorSettings.FlashFileSaving Property

Allows you to process an uploaded flash file before it is saved to the server.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FileSavingEventHandler FlashFileSaving { get; set; }

Property Value

Type Description
FileSavingEventHandler

An FileSavingEventHandler delegate method allowing you to implement custom processing.

Property Paths

You can access this nested property as listed below:

Object Type Path to FlashFileSaving
MVCxHtmlEditorInsertFlashDialogSettings
.SettingsFlashSelector .FlashFileSaving

Remarks

HtmlEditor provides you with the capability to process an uploaded file before it is saved to the server. You can process image, audio, video, and flash files by handling the corresponding events.

Use the FlashFileSaving property to process a flash file before it is saved to the server.

See Also