Mediachase FileUploader.NET 1.9 Framework Help

McHtmlInputFile.Value Property

Gets the full path of the file on the client's computer.

[Visual Basic]
Overridable Public Property Value As String
[C#]
public virtual string Value {get; set;}

Property Value

The full path of the client's file.

Remarks

The Value property retrieves the full path of the file on the client's computer (for example "C:\MyFiles\Test.txt"). This is useful when you need to know where the file is stored on the computer submitting the file. This property is also commonly used to determine the original file name. To get the original file name, parse the value of this property.

Note    The Value property is read-only. If you attempt to assign a value to this property, a System.NotSupportedException is thrown.

See Also

McHtmlInputFile Class | Mediachase.FileUploader.Web.UI Namespace