new UploadParams()
Upload service initialization parameters
Properties:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
handlerUrl |
string | url to web capture handler to upload images data to |
||||||||||||
[eventBindObject] |
Object | events bind object to trigger events. By default it's empty jquery object Properties
|
||||||||||||
[uploadOptions] |
UploadOptions | additional data for upload HTTP requests |
||||||||||||
[uploadLocation] |
string | optional value for 'uploadLocation' form data part of the upload HTTP request. |
||||||||||||
onUploadStarted |
onUploadStartedCallback | handler for |
||||||||||||
onUploadCompleted |
onUploadCompletedCallback | handler for |
||||||||||||
onUploadError |
onUploadErrorCallback | handler for |