The methods of the IUploadModule interface are listed below. For a complete list of IUploadModule interface members, see the IUploadModule Members topic.
![]() | Adds a message to the IIS log file. |
![]() | Fills in an IUploadProgressState object with the progress state for a given post-back ID and control UniqueID. |
![]() | Cancels the upload specified by the given post-back ID. |
![]() | Converts an HttpPostedFile to an UploadedFile that is associated with a particular control. |
![]() | Creates and returns a new UploadStorageConfig (or subclass) for use with the current request. |
![]() | 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. |