making one button click another

input type="button" value="File" onclick="document.getElementById('file').click()"
input type="file" style="display:none" id="file" onchange="alert(this.value)"

http://www.webmasterworld.com/forum91/3606.htm

search this blog (most likely not here)