LittleCub Forms

Light-Weight, High-Performance & Easily Customizable

Control for file picker.

List of supported JSON schema keywords.

List of supported LittleCub config options.

Example 1 :

File control.

Native API

var fileControl1 = LittleCub("", {
    "type" : "file",
    "size" : 60
}, null, document.getElementById('file-control-1'));

jQuery API

var fileControl1j = $('#file-control-1-j').lc("", {
    "type" : "file",
    "size" : 60
});