UploadItemName Property
Gets the file name passed by the client for the upload item.
This can be a simple file name (e.g. "SomeFile.ext") or can contain relative path information (e.g. "SomeFolder\SomeFile.ext").
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.1.3
public string Name { get; }
Public ReadOnly Property Name As String
Get
Property Value
String