Gets the temporary file name of this posted file.
[Visual Basic]
Public ReadOnly Property TempFileName As
String
[C#]
public
String TempFileName {get;}
Remarks
This property returns null (Visual Basic Nothing) if FinalFileLocation is set, in which case you should use FinalFileName.
See Also
AJAXPostedFile Class | EO.Web Namespace