It looks like you're new here. If you want to get involved, click one of these buttons!
$(document).ready(function() {
$(\"#uploadify\").uploadify({
'uploader' : 'uploadify.swf',
'script' : 'uploadify.php',
'cancelImg' : 'cancel.png',
'folder' : 'medias',
'queueID' : 'fileAttente',
'queueSizeLimit' : '10',
'multi' : true,
'buttonText' : 'Images',
'auto' : false,
'fileDesc' : 'GIF - JPG - PNG',
'fileExt' : '*.gif;*.jpg;*.png',
'sizeLimit' : '153600',
'onAllComplete' : function(){$(\"#fileAttente\").html(\"Envoi termine\");},
'onQueueFull' : function(event,queueSizeLimit){$(\"#fileAttente\").html('The queue is full. The max size is ' + queueSizeLimit + '.');},
'onError' : function(){$(\"#fileAttente\").html(\"Une erreur est survenue !\");}
});
});'queueSizeLimit' : '10',
'queueSizeLimit' : 10,