Gets the index'th UploadedFile in the collection.
Gets the index'th UploadedFile in the collection.
public UploadedFile Get(int);
Get the UploadedFile in the collection that was uploaded from the control with the specified UniqueID, or null if there is no such file.
public UploadedFile Get(string);
UploadedFileCollection Class | Brettle.Web.NeatUpload Namespace