Back to Devexpress

ASPxBinaryImage.GetUploadedFileName() Method

aspnet-devexpress-dot-web-dot-aspxbinaryimage-d9cb2514.md

latest1.3 KB
Original Source

ASPxBinaryImage.GetUploadedFileName() Method

Returns the name of the last uploaded file.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public string GetUploadedFileName()
vb
Public Function GetUploadedFileName As String

Returns

TypeDescription
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

GetUploadedFileName

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace