ASPxClientUploadControlFile.sourceFileObject Property
Provides access to the file as a native Javascript object.
Declaration
sourceFileObject: any
Property Value
Type | Description |
---|---|
any | A JavaScript object that is the file selected for uploading. |
Remarks
Use the ASPxClientUploadControlFile.name and ASPxClientUploadControlFile.size properties to get the name and size of the file selected for uploading, respectively.
See Also