5 min read

Style file upload field

Style file upload field

Last modified

You can turn file upload field to a very sexy looking file upload by using this handy script

Demo:
demo

Needed JQuery files :

1. jquery.min.js
2. jquery.filestyle.js


$(function() {
    $("input.file_1").filestyle({
        image: "choose-file.gif",
        imageheight : 22,
        imagewidth : 82,
        width : 200
    });
});

Reference: http://www.appelsiini.net/projects/filestyle