UploadedFile Properties
Contains settings that define a file uploaded via an individual file input field within the ASPxUploadControl.
Name | Description |
---|---|
Content |
Gets the size of an uploaded file, in bytes. |
Content |
Gets the MIME content type of the uploaded file. |
File |
Gets an array of the bytes in the uploaded file. |
File |
Gets a stream object that points to the uploaded file. |
File |
Gets the uploaded file’s name. |
File |
Returns a file key name, by which it can be accessed in a cloud storage. |
Is |
Gets a value indicating whether the uploaded file passes the validation criteria defined via the ASPx |
Posted |
Obsolete. Gets the uploaded file’s underlying object. |
See Also