Returns an individual file from a collection by file name or collection index.
Returns a file from the file collection by index.
[Visual Basic] Overloads Public Function Get(Integer) As HttpPostedFile
[C#] public HttpPostedFile Get(int);
[C++] public: HttpPostedFile* Get(int);
[JScript] public function Get(int) : HttpPostedFile;
Returns a file from the collection by file name.
[Visual Basic] Overloads Public Function Get(String) As HttpPostedFile
[C#] public HttpPostedFile Get(String);
[C++] public: HttpPostedFile* Get(String*);
[JScript] public function Get(String) : HttpPostedFile;
HttpFileCollection Class | HttpFileCollection Members | System.Web Namespace