tags. You can quickly insert code using ctrl + f.
<script type=\"text/javascript\" src=\"/js/jquery.1.3.2.min.js\"></script>
<script type=\"text/javascript\" src=\"/js/jquery.thickbox.js\"></script>
<script type=\"text/javascript\" src=\"/js/jquery.filetree.js\"></script>
<script type=\"text/javascript\" src=\"/js/swfobject.js\"></script>
<script type=\"text/javascript\" src=\"/js/jquery.uploadify.v2.0.3.js\"></script>
<script type=\"text/javascript\">
// other calls here
$(\"#uploadify\").uploadify({
'uploader' : '/js/uploadify.swf',
'script' : '/js/uploadify.php',
'cancelImg' : '/images/cancel.png',
'folder' : '/travel/filetree',
'queueID' : 'fileQueue',
'wmode' : 'transparent',
'auto' : true,
'multi' : true,
onError : function (a, b, c, d) {
if (d.status == 404)
alert('Could not find upload script. Use a path relative to: '+'<?= getcwd() ?>');
else if (d.type === \"HTTP\")
alert('error '+d.type+\": \"+d.status);
else if (d.type ===\"File Size\")
alert(c.name+' '+d.type+' Limit: '+Math.round(d.sizeLimit/1024)+'KB');
else
alert('error '+d.type+\": \"+d.text);
},
});
</script>
alert(\"Error: \"+d.type+\" Info: \"+d.info\");
It looks like you're new here. If you want to get involved, click one of these buttons!