Light-Weight, High-Performance & Easily Customizable
Control for file picker.
List of supported JSON schema keywords.
List of supported LittleCub config options.
File control.
var fileControl1 = LittleCub("", {
"type" : "file",
"size" : 60
}, null, document.getElementById('file-control-1'));
var fileControl1j = $('#file-control-1-j').lc("", {
"type" : "file",
"size" : 60
});