Skip to main content
A newer version of this page is available. .
Tab

UploadedFile Class

Contains settings that define a file uploaded via an individual file input field within the ASPxUploadControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class UploadedFile

The following members return UploadedFile objects:

Remarks

Instances of the UploadedFile class are stored within an array, which can be accessed 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).

Inheritance

Object
UploadedFile
See Also