![]() | The prefix for the names of config fields in requests. |
![]() | The prefix for the names of file fields in requests. |
![]() | A collection of the UploadedFile objects associated with the the post-back ID of the current request. |
![]() | Whether the module will handle requests to the same URL as the current request. |
![]() | The post-back ID associated with the current request, or null if there was none. |
![]() | The name of the form field that can contain the post-back ID with which all subsequent files in the request should be associated. |
![]() | The name of the query parameter that can contain the post-back ID with which files in the request should be associated. |
![]() | 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. |