明輝手游網(wǎng)中心:是一個免費提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺!

ASP.NET上傳圖片時,產(chǎn)生瀏覽

[摘要]<tr bgcolor="#f5f5f5"> <td height="30" align="center" valign="middle">圖片鏈接</td> <...
<tr bgcolor="#f5f5f5">
     <td height="30" align="center" valign="middle">圖片鏈接</td>
     <td height="35" align="center" valign="middle"><input type="file" name="uploadfile1" runat="server" id="uploadfile1" onpropertychange="document.all.imgID.src='file:///'+this.value"> &nbsp;
     </td>
    </tr>
    <tr bgcolor="#f5f5f5">
     <td height="70" align="center" valign="middle">縮略圖</td>
     <td height="70" align="center" valign="middle"><img id="imgID" width="82" height="65" border="0" >&nbsp;
     </td>
    </tr>