It looks like you're new here. If you want to get involved, click one of these buttons!
$(document).ready(function(){
$('#testupload').uploadify({
'folder' : '/upload',
'onError' : testComplete,
'onComplete' : testComplete,
'script' : '/test/index/uploadprocess',
'multi' : 1,'auto' : 1,
'buttonText' : 'Browse',
'cancelImg' : '/images/uploadify/cancel.png',
'uploader' : '/js/jquery/uploadify/uploadify.swf'});
});