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 Properties

The properties of the HttpPostedFile class are listed below. For a complete list of HttpPostedFile class members, see the HttpPostedFile Members topic.

Public:

ContentLength Returns the size of an uploaded file, in bytes.
ContentType Returns the MIME content type of an incoming file sent by a client.
FileName Returns the full path of a file on the local browser's machine (for example, "c:\temp\test.txt").
InputStream Provides raw access to contents of an uploaded file.

See Also

HttpPostedFile Class | System.Web Namespace