NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpPostedFile.FileName

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;

See Also

HttpPostedFile Class | HttpPostedFile Members | System.Web Namespace