Like a lot of people, I\'d like to customize the ugly input type=file, and I know that it can\'t be done without some hacks and/or javascript. But,
input type=file
javascript
its really simple you can try this:
$("#image id").click(function(){ $("#input id").click(); });