It looks like you're new here. If you want to get involved, click one of these buttons!
$(function() {
var fileTypes = new Array("application/vnd.ms-excel.sheet.macroEnabled.12","image/jpeg");
$('#file_upload').uploadifive({
'uploadScript' : 'private/vendors/uploadifive/uploadifive.php',
// Put your options here
'auto' : false,
fileType : fileTypes
});
});