Skip to main content
Tab

ASPxBinaryImage.GetUploadedFileName() Method

Returns the name of the last uploaded file.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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