Fancy Upload – Ajax file upload for MooTools

January 9, 2009 by admin · 2 Comments
Filed under: MooTools 

Fancy upload is a nice and excellent replacement for the file input field. It uses a flash component called swiff for file upload and other features. But instead of displaying the flash interface, it uses javascript to interact with the flash component and the appearance is fully skinnable using CSS & HTML.

It works on Mootools. Read more

jQuery Ajax File Upload

December 12, 2008 by admin · 10 Comments
Filed under: jQuery 

Ajax file upload plugin allows users to easily upload multiple files without refreshing the page. In addition, you can use any element to show file selection window.

This plugin creates invisible file input on top of the button you provide, so when user clicks on your button the normal file selection window is shown. And after user selects a file, plugin submits form that contains file input to an iframe. So it isn’t true ajax, but brings same user experience. Read more