It looks like you're new here. If you want to get involved, click one of these buttons!
'onAllComplete': function(event, data) {
window.location.href='newuser.php?id=".USERID."&page=mp3show';
} }); $(document).ready(function() {
$('#file_upload').uploadify({
'uploader' : 'uploadify/uploadify.swf',
'script' : 'uploadify.php',
'cancelImg' : 'uploadify/cancel.png',
'folder' : 'uploads/music/',
'buttonImg' : 'system/upload.png',
'height' : 72,
'width' : 72,
'multi' : false,
'method' : 'POST',
'fileExt' : '*.mp3;*.rar;*.zip;*.jpg',
'fileDesc' : 'Web Upload Files (.mp3)',
'auto' : false,
'onAllComplete': function(event, data, queueID, fileObj, response) {
window.location.href='newuser.php?id=".USERID."&page=mp3show';
} });
$('#file_upload').uploadifyUpload();
});