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