UploadedFileCollection overview
Count | Gets the number of UploadedFile objects contained within the UploadedFileCollection instance, which corresponds directly to the number of files found within the HTTP POST request. |
Item |
Default property. Gets an individual UploadedFile object from the file collection by the specified index or field name. |