BeforeUploadEventArgs
Interface represents the event arguments for the beforeUpload
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
name String
Gets the name of the event.
request XMLHttpRequest
Gets the XMLHttpRequest instance that is associated with upload.