Skip to content

jQuery plugin to display preview thumbnail before upload for on file input fields

Notifications You must be signed in to change notification settings

davidgrayston/jQuery-File-Input-Thumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

jQuery File Input Thumb

I loved this example @ HTML5 Rocks, so decided to make a basic jQuery plugin that wraps pretty much the exact same code http://www.html5rocks.com/en/tutorials/file/dndfiles/

Usage

$('#file-input').imagePreview(); // Inserts the preview image before the file input

$('#file-input').imagePreview({ selector : '#thumb-container' }); // Custom preview container

About

jQuery plugin to display preview thumbnail before upload for on file input fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published