UploadedFile Class
Contains settings that define a file uploaded via an individual file input field within the ASPxUploadControl.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return UploadedFile objects:
Remarks
Instances of the UploadedFile class are stored within an array, which can be accessed in the FileUploadComplete and FilesUploadComplete event handlers via the ASPxUploadControl.UploadedFiles property.
Each UploadedFile object contains settings that define the uploaded file’s name (UploadedFile.FileName), provide access to the file’s content (UploadedFile.FileBytes and UploadedFile.FileContent), determine the file’s validity (UploadedFile.IsValid) and allow saving the file on the server (UploadedFile.SaveAs).