table align="center" border="0" cellpadding="0" cellspacing="0" style="margin-top: 10px"
width="98%">
<tr><td style="width:15%;"></td><td style=" height: 35px;width:85%">
<div style="position: absolute; z-index: 3; cursor:hand;">
<input id="FilePathTxt" class="table_input" style="width:227px;height:16px;" type="text" />
</div>
<div style="position: absolute; z-index: 2; cursor:hand;">
<asp:FileUpload onchange="FilePathTxt.value=this.value" ID="FileUpload1" style="filter: alpha(opacity=0);cursor: hand;" Width="300px" runat="server" />
</div>
<div style="position: absolute; z-index: 1; cursor: hand;">
<img src="../images/liulan.gif" alt="" style="cursor: hand;" />
</div>
</td></tr>
</table>
放一个FileUpload控件,设置隐藏,
放一个文本框和ImageButton,
当ImageButton被点击的时候,模拟点击FileUpload的按钮