UploadControlExtension.GetUploadedFiles(UploadControlSettings) Method
Returns an array of the files uploaded in UploadControl.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| settings | UploadControlSettings | An UploadControlSettings object containing UploadControl extension settings. |
Returns
| Type | Description |
|---|---|
| UploadedFile[] | An array of UploadedFile objects that are uploaded files. |
See Also