Custom-file-input

customize html file input

View the Project on GitHub kvt/custom-file-input

Custom HTML File Input

The best jQuery plugin ever.

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/custom-html-file-input.min.js"></script>
<script>
jQuery(function($) {
  $.customHtmlFileInput(); // "awesome"
});
</script>

Documentation

(Coming soon)

Examples



Release History

(Nothing yet)