Is there a way to style (or script) <input type=file />
element to have visible only "Browse" button without text field?
Thanks
Edit: Just to clarify why to I need this. I'm using multi file upload code from http://www.morningz.com/?p=5 and it doesn't need input text field because it never has value. Script just adds newly selected file to collection on page. It would look much better without text field, if it's possible.