It looks like you're new here. If you want to get involved, click one of these buttons!
$(\"#uploadify\").uploadify({
'uploader' : 'js/uploadify/uploadify.swf',
'script' : 'js/uploadify/uploadify.php',
'checkScript' : 'js/uploadify/check.php',
'cancelImg' : 'js/uploadify/cancel.png',
'fileDesc' : '.jpg file extensions only',
'fileExt' : '*.jpg;*.jpeg;',
'folder' : 'images/previews',
'queueID' : 'fileQueue',
'auto' : true,
'multi' : true,
'onComplete': function(event, ID, fileObj, response, data) {
$(\"#\" + $(this).attr('id') + ID + \" .percentage\").text(' - Completed');
return false;
}
});