FileUploadStartEventArgs Properties
Provides data for the FileUploadStart event.Name | Description |
---|---|
Cancel | Specifies whether the file upload operation should be canceled. |
FileInfo | Returns information about a file. Inherited from FileUploadEventArgs. |
RequestData | Specifies the upload request’s custom data. |
RequestHeaders | Specifies the upload request’s headers. |
UploadUrl | Specifies a target URL for the upload request. |
See Also