ASPxBinaryImage.GetUploadedFileName() Method
Returns the name of the last uploaded file.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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