It looks like you're new here. If you want to get involved, click one of these buttons!
$('#galeriesInput').fileUpload ({
'uploader' : '/uploader.swf',
'script' : '/uploader_galeries.php',
'cancelImg' : '/cancel.png',
'auto' : false,
'multi' : true,
'folder' : '/galeries',
'customParams' : { 'act' : 'xxxx', 'rename' : 'xxxx', 'anotherparam', 'xxxx'},
'customParamsMethod' : 'post'
});