Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijupload("option", "autoSubmit");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijupload("option", "autoSubmit", newValue);
        
});
Javascript (Specification) 
var autoSubmit : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijupload jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.