Archive for August, 2008

Styling an input type=”file” using jQuery

Thursday, August 21st, 2008

During the last days I had to work on some forms that are using file upload inputs. I wondered how to make the file input fields look nicer (they are not affected very much by css) and found this appealing solution. Since the application needs JavaScript anyway, there was nothing ...