PowUpload 1.3 control documentation

UploadedFileCollection overview

Public Instance Properties

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.
ItemOverloaded. Gets an individual UploadedFile object from the file collection by the specified field name.

Public Instance Methods

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.
GetKeyReturns unique key of the file with the specified numerical index in the collection.

Protected Instance Methods

Finalize Executes own Dispose() method to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

See Also

UploadedFileCollection Class | ElementIT.PowUpload Namespace | PowUpload.Files property