Gets the extension of the uploaded file path on the client's machine.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0
Syntax
| C# |
|---|
public string FileExtention { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property FileExtention As String |
Field Value
Type: System..::.StringPossible values:
- A string containing the extension of the uploaded file path (including the ".").
- An Empty()()() string if uploaded file path does not have extension information.
