Gets the collection of client-uploaded files (Multipart MIME format).
[Visual Basic] Public ReadOnly Property Files As HttpFileCollection [C#] public HttpFileCollection Files {get;} [C++] public: __property HttpFileCollection* get_Files(); [JScript] public function get Files() : HttpFileCollection;
A managed reference to an HttpFileCollection object representing a collection of client-uploaded files.
The File Collection is populated only when the Http Request Content Type is "multipart/form-date.
HttpRequest Class | HttpRequest Members | System.Web Namespace