It looks like you're new here. If you want to get involved, click one of these buttons!
$('#fileInput').fileUpload({
'uploader' : '../Uploadify/uploader.swf',
'script': '/workspace/upload',
'folder': 'uploads',
'multi': 'true',
'buttonText': 'Upload Images',
'displayData': 'speed',
'simUploadLimit': 2,
'auto': true,
'cancelImg': '../Uploadify/cancel.png'});