Gets access to the uploaded file specified by a client.
[Visual Basic] Public ReadOnly Property PostedFile As HttpPostedFile [C#] public HttpPostedFile PostedFile {get;} [C++] public: __property HttpPostedFile* get_PostedFile(); [JScript] public function get PostedFile() : HttpPostedFile;
Access to the file to be uploaded.
Browser security restrictions prevent this value from being maintained across multiple requests.
HtmlInputFile Class | HtmlInputFile Members | System.Web.UI.HtmlControls Namespace | HttpPostedFile