I want to have file upload possibilites on my MVC site, and I have that no problem with the input field type="file". But the problem is, the browser decides how this field should look, and that ruins the look and feel of the page.
So my question is, if I want to have icons/images for download and upload and so on instead of the default button that is created by the input type="file" field, is that possible?