ASPPowUpload 1.0 control documentation

Default propery. Gets an individual UploadedFile object from the file collection by the specified index or field name.

Overload List

Gets an individual UploadedFile object from the file collection by the specified index.

public�UploadedFile�this[integer index]�{get;}
index
The index of the item to get from the file collection.

Gets an individual UploadedFile object from the file collection by the specified field name.

public�UploadedFile�this[string fieldName]�{get;}
fieldName
The field name of the file corresponding to the NAME attribute of an <INPUT TYPE="FILE"> item of your upload Form.