Wijmo UI for the Web
enableSWFUploadOnIE Option

Default value: false

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijupload("option", "enableSWFUploadOnIE");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijupload("option", "enableSWFUploadOnIE", newValue);
        
});
Javascript (Specification) 
var enableSWFUploadOnIE : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijupload jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.