It looks like you're new here. If you want to get involved, click one of these buttons!
<div style=\"width:110px;height:30px;\">
<div style=\"width:110px;height:30px;position:absolute;top:auto;z-index:1;\"><input type=\"button\" value=\"Choose files\" /></div>
<div style=\"width:110px;height:30px;position:absolute;top:auto;z-index:100;opacity:0;filter:Alpha(Opacity=0);\"><input type=\"file\" name=\"uploadify\" id=\"uploadify\" /></div>
</div>
<div id=\"uploadifyQueue2\" class=\"uploadifyQueue\"></div>
<script type=\"text/javascript\">
$(document).ready(function() {
$('#uploadify').uploadify({
multi:true,
auto:true,
folder:'/cache',
queueID:'uploadifyQueue2'
});
});
</script>