Wijmo UI for the Web
options type
wijmo.upload.wijupload Namespace : options type
Inheritance Hierarchy

Object
   wijmo.upload.wijupload.options

Fields
 NameDescription
public Option

Default value: ""

Specifies the accept attribute of upload. This is an attribute of the file input.

 
public Option

Default value: ""

Specifies the URL path of the server-side handler that handles the post request, validates file size and type, renames files, and saves the file to the server disk.

 
public Option

Default value: false

The value indicates whether to upload the file as soon as it is selected in the "Choose File to Upload" dialog box.

 
public Option

Default value: false

upload with SWFupload.swf in all browsers.

 
public Option

Default value: false

upload with SWFupload.swf, this option is used for multiple-select in IE.

 
public Option

Default value: 0

Specifies the maximum number of files that can be uploaded.

 
public Option

Default value: true

Determines whether multiple selection is supported.

 
Top
Events
 NameDescription
public EventFires when user selects a file. This event can be cancelled. "return false;" to cancel the event.  
public EventFires when file upload is complete.  
public EventFires when a file is uploading.  
public EventFires when the uploadAll button is clicked and file upload is complete.  
public EventFires when the uploadAll button is clicked and file upload is complete.  
public EventFires when the uploadAll button is clicked. This event can be cancelled. "return false;" to cancel the event.  
public EventFires before the file is uploaded. This event can be cancelled. "return false;" to cancel the event.  
Top
See Also

Reference

wijmo.upload.wijupload Namespace