<html> <head> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<title>Untitled Document </title> 
<script type="text/javascript">    function InitFile()
    {
        var _file=document.getElementById("upfile");
        _file.click();
    }</script>
</head> 
<body onload="InitFile()"> 
<input type="file" id="upfile"/>
</body> 
</html>