It looks like you're new here. If you want to get involved, click one of these buttons!
[...]
<script type=\"text/javascript\" src=\"/example/scripts/jquery-1.3.2.min.js\"></script>
<script type=\"text/javascript\" src=\"/example/scripts/swfobject.js\"></script>
<script type=\"text/javascript\" src=\"/example/scripts/jquery.uploadify.v2.1.0.min.js\"></script>
<script type=\"text/javascript\">
$(document).ready(function() {
$(\"#uploadify\").uploadify({
'uploader' : 'scripts/uploadify.swf',
'script' : 'scripts/uploadify.php',
'cancelImg' : 'cancel.png',
'folder' : 'data',
'queueID' : 'fileQueue',
'auto' : true,
'multi' : true
});
});
</script>
</head>
<body>
<div id=\"fileQueue\"></div>
<input type=\"file\" name=\"uploadify\" id=\"uploadify\" />
<p><a href=\"javascript:jQuery('#uploadify').uploadifyClearQueue()\">Cancel All Uploads</a></p>
</body>
[...]