It looks like you're new here. If you want to get involved, click one of these buttons!
$('#doc_path').uploadify({
'uploader' : '/scripts/uploadify/uploadify.swf',
'script' : '/alw/test/upload',
'checkScript' : '/scripts/uploadify/check.php',
'cancelImg' : '/scripts/uploadify/cancel.png',
'auto' : false,
'scriptData' : {'asset_code':'884385408930_1_1.wav'},
'folder' : '/var/www/html_myron/public/scripts/uploads',
'queueID' : 'container',
'multi' : true,
onComplete: function(event, queueID, fileObj, response, data){
alert(response);
},
onError: function(event, queueID, fileObj, errorObj){
alert('Error Occured');
}
});