Provides raw access to contents of an uploaded file.
[Visual Basic] Overridable Public ReadOnly Property InputStream As Stream [C#] public Stream InputStream {virtual get;} [C++] public: __property virtual Stream* get_InputStream(); [JScript] public function get InputStream() : Stream;
HttpPostedFile Class | HttpPostedFile Members | System.Web Namespace