Returns the full path of a file on the local browser's machine (for example, "c:\temp\test.txt").
[Visual Basic] Overridable Public ReadOnly Property FileName As String [C#] public string FileName {virtual get;} [C++] public: __property virtual String* get_FileName(); [JScript] public function get FileName() : String;
HttpPostedFile Class | HttpPostedFile Members | System.Web Namespace