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

ASPxBinaryImage.GetUploadedFileName() Method

Returns the name of the last uploaded file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public string GetUploadedFileName()

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 client side by using the ASPxClientBinaryImage.GetUploadedFileName method.

See Also