UploadControlExtension.GetUploadedFiles(String) Method
Returns an array of the files uploaded via the specified UploadControl.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string value specifying the UploadControl’s name (SettingsBase.Name). |
Returns
| Type | Description |
|---|---|
| UploadedFile[] | An array of UploadedFile objects associated with file input elements. |
See Also