1 2 3 4 5
<html> <body onload="document.getElementById('f').style.height = '';"> <input id="f" type="file" style="height: 0;"> </body> </html>