tags. You can quickly insert code using ctrl + f.$(document).ready(function(){
//initalise uploadify uploader
$(\"#uploadObj\").uploadify({
'uploader' : '/plugin/uploadify/uploadify.swf',
'script' : '/plugin/uploadify/uploadify.php',
'cancelImg' : 'cancel.png',
'folder' : 'updates',
'queueID' : 'fileQueue',
'auto' : true,
'multi' : false,
'onComplete' : function(event,queueID,fileObj,response,data) {
finishUpload(fileObj.name);
}
});
});
<a href=\"#\" onclick=\"onShowUploader();return false\" class=\"linktolaunch\">Upload New</a>
function onShowUploader() {
$(\"#uploadObj\").uploadifySettings('folder','uploads');
}It looks like you're new here. If you want to get involved, click one of these buttons!