NeatUpload Documentation

IUploadModule Methods

The methods of the IUploadModule interface are listed below. For a complete list of IUploadModule interface members, see the IUploadModule Members topic.

Public Instance Methods

AppendToLog Adds a message to the IIS log file.
BindProgressState Fills in an IUploadProgressState object with the progress state for a given post-back ID and control UniqueID.
CancelPostBack Cancels the upload specified by the given post-back ID.
ConvertToUploadedFile Converts an HttpPostedFile to an UploadedFile that is associated with a particular control.
CreateUploadStorageConfig Creates and returns a new UploadStorageConfig (or subclass) for use with the current request.
SetProcessingState Sets the processing state object associated with the current upload and give control UniqueID. The processing state object can be retrieved by passing an IUploadProgressState object to BindProgressState and then accessing ProcessingState.

See Also

IUploadModule Interface | Brettle.Web.NeatUpload Namespace