Wijmo UI for the Web
enableSWFUpload Option

Default value: false

upload with SWFupload.swf in all browsers.

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

See Also

Reference

options type
wijupload jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.