ccFileUpload Basic set up

 
 
0
 
 
 

Features:

Built with:

Tested with:

Support:


Basic set up:

$("#DIV").ccFileUpload();

Advanced set up: Refer to 'index.html' for demo.

var options = {
    'name':'myFile',
    'previews':'stage',
    'counter':'countMe',
    'columnClass':'col-md-4 text-center',
    'allowedFiles':['gif','png','jpg','jpeg','xlsx'],
    'allowedPreviews':['jpg','jpeg']
};

$("#DIV").ccFileUpload(options);


IMPORTANT ! ! !

IT IS A MUST TO DO A BACK-END (JAVA/PHP/etc) CHECKING FOR FILE TYPE RESTRICTIONS, TOO.


Notes: