ASPxClientBinaryImage.GetUploadedFileName Method
Returns a name of the last uploaded file.
Declaration
GetUploadedFileName(): string
Returns
Type | Description |
---|---|
string | A string that is the file name. |
Remarks
Use the GetUploadedFileName method to get the name of the last uploaded file. You can get the file name on the server side by using the ASPxBinaryImage.GetUploadedFileName method.
See Also