Wijmo UI for the Web
autoSubmit Option
wijmo.upload.wijupload Namespace > options type : autoSubmit 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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijupload("option", "autoSubmit");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijupload("option", "autoSubmit", newValue);
        
});
var autoSubmit : boolean;
See Also

Reference

options type
wijupload jQuery Widget