UploadedFileCollection overview
AllKeys | Gets a string array containing the keys (field names) of all members in the file collection. |
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 | Overloaded. Gets an individual UploadedFile object from the file collection by the specified field name. |
Dispose | Forces the release of all resources used by objects in UploadedFileCollection : Deletes temporary files held by the objects in UploadedFileCollection, closes UploadedFile streams created by the InputStream property. |
GetKey | Returns unique key of the file with the specified numerical index in the collection. |
Finalize | Executes own Dispose() method to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
UploadedFileCollection Class | ElementIT.PowUpload Namespace | PowUpload.Files property