日期:2014-05-17  浏览次数:21030 次

上传目录不存在
<tr>
<td colspan="2">
<asp:CheckBox ID="cbLinkNews" runat="server" Text="链接新闻"/>
<asp:TextBox ID="tbUrl" runat="server" Width="500px"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2">
<asp:CheckBox ID="cbImageNews" runat="server" Text="图片新闻"/>
<asp:FileUpload ID="fileImage" runat="server" Width="500px" /><br />
<img id="img1" width="200" runat="server" alt="" src="" />
</td>
</tr>
每次上传图片的时候都显示上传目录不存在

------解决方案--------------------
使用绝对路径