NeatUpload Documentation

UploadedFile Constructor 

Constructs an UploadedFile associated with a particular control UniqueID, having a given filename and content type.

protected UploadedFile(
   string controlUniqueID,
   string fileName,
   string contentType
);

Parameters

controlUniqueID
The UniqueID of the control used to upload the file.
fileName
The filename sent by the browser.
contentType
The MIME content type sent by the browser.

See Also

UploadedFile Class | Brettle.Web.NeatUpload Namespace