It looks like you're new here. If you want to get involved, click one of these buttons!
$(document).ready(function() {
$('#file_upload').uploadify({
'uploader' : '/uploadify/fileupload-upload.asp', //NOT THE SWF LIKE DOCS
'script' : '/uploadify/uploadify.swf', //NOT PHP LIKE DOCS
'cancelImg' : '/images/cancel.png',
'auto' : false
});
});