Styling input type file

This simple script will help you design your <input type=file > in more attractive way.
By overlapping a designed <input type=”button” > that will act as browse button and adding another <input type=”text” > that will show the value of the file upload. Using Jquery on change() the we can get the value of the <input type=file > and pass it to our <input type=”text” >. If your having a hard time to visualizing, you can check the demo or download the file and explore it. Please do check it with firebug so that you can see more clearly.