Mediachase FileUploader.NET 1.9 Framework Help

McHttpPostedFile.FullyQualifiedFileName Property

Gets the fully-qualified name of the file on the client's computer (for example "C:\MyFiles\Test.txt").

[Visual Basic]
Public ReadOnly Property FullyQualifiedFileName As String
[C#]
public string FullyQualifiedFileName {get;}

Property Value

The fully-qualified name of the client's file.

See Also

McHttpPostedFile Class | Mediachase.FileUploader.Web Namespace