jQuery flash uploader uploadify
Uploadify is a jQuery plugin that allows the easy integration of a multiple (or single) file uploads on your website. It requires Flash and any backend development language. An array of options allow for full customization for advanced users, but basic implementation is so easy that even coding novices can do it.
Uploadify is very easy to implement:
<input id="fileInput" name="fileInput" type="file" />
<script type="text/javascript">
<!--
$(document).ready(function() {
'uploader' : 'uploader.swf',
'script' : 'upload.php',
'cancelImg' : 'cancel.png',
'auto' : true,
'folder' : '/uploads'
});
// --></script>
Uploadify released under GPL and MIT licenses. Download, demo & docs could be found here





How to use prototype with uploadify plugin. i got problems . unable to use ajax drag& drop and sorting while using uploadify plugin