It looks like you're new here. If you want to get involved, click one of these buttons!
$(\"#fileInput\").uploadify({
'uploader' : 'js/uploadify/uploadify.swf',
'script' : 'uploads/files',
'cancelImg' : '/flash-uploader/cancel.png',
'folder' : 'downloads/',
'queueID' : 'fileQueue',
'auto' : true,
'multi' : true,
'onError' : function (a, b, c, d) {
if (d.status == 404)
alert('Could not find upload script.');
else if (d.type === \"HTTP\")
alert('error aa'+d.type+\": \"+d.status);
else if (d.type ===\"File Size\")
alert(c.name+'bb '+d.type+' Limit: '+Math.round(d.sizeLimit/1024)+'KB');
else
alert('error cc'+d.type+\": \"+d.text);
},
'onComplete': function(data) {
}
});
$.ajax({
type: \"POST\",
async: false,
url: 'newsletteradmin/edit-tags',
data: parameters,