The properties of the IUploadModule interface are listed below. For a complete list of IUploadModule interface members, see the IUploadModule Members topic.
ConfigFieldNamePrefix | The prefix for the names of config fields in requests. |
FileFieldNamePrefix | The prefix for the names of file fields in requests. |
Files | A collection of the UploadedFile objects associated with the the post-back ID of the current request. |
IsEnabled | Whether the module will handle requests to the same URL as the current request. |
PostBackID | The post-back ID associated with the current request, or null if there was none. |
PostBackIDFieldName | The name of the form field that can contain the post-back ID with which all subsequent files in the request should be associated. |
PostBackIDQueryParam | The name of the query parameter that can contain the post-back ID with which files in the request should be associated. |