Upload Ajax – Easy upload multiple file using ajax
Browsers force us to use file inputs (<input type=”file” />) for uploads, which are impossible to style. Moreover, form-based uploads look obsolete in modern web applications. We can use flash to solve this problem, but JavaScript works nice too. AJAX Upload allows you to easily upload multiple files without refreshing the page and use any [...]

