HtmlEditorExtension.SaveUploadedFile(String, UploadControlValidationSettings, String, FileSavingEventHandler) Method
In This Article
Saves a file uploaded using a specific HtmlEditor’s File Selector dialog.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static void SaveUploadedFile(
string name,
UploadControlValidationSettings validationSettings,
string uploadFolder,
FileSavingEventHandler onFileUploadComplete
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string value specifying the Html |
validation |
Upload |
A Upload |
upload |
String | A string value specifying the upload folder path. |
on |
File |
A delegate method that will handle the event that allows you to process an uploaded audio file before it is saved to the server. |
See Also