Returns an array of files in the collection.
[Visual Basic] Public ReadOnly Property All As HttpPostedFile () [C#] public HttpPostedFile[] All {get;} [C++] public: __property HttpPostedFile* get_All(); [JScript] public function get All() : HttpPostedFile[];
HttpFileCollection Class | HttpFileCollection Members | System.Web Namespace