🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

inputFileZone.js is a cross-browser jQuery plugin that transform a normal file input into a drop zone with image previews.

file-input uploader

Documentation

inputFileZone.js

Demo : http://jp.cartoux.net/dev/inputFileZone.js-master/sample/index.html

Whut ?

This plugin needs jQuery

Transform input[type="file"] to dropzone ! (IE7 test => ok)

inputFileZone.js

How To

Use files in 'lib/' (inputFileZone.js & inputFileZone.css)

$('.dropzone').inputFileZone();  $('#dropzone2').inputFileZone({  	message: 'My dropzone ... ', 	messageFile: 'Ok', 	zIndex: 1, 	previewImages: false }); 

You May Also Like