我可以使用处理程序在<img>
标记中显示oracle数据库blob图像,但我想知道如何使用类型文件的输入插入上传的图像
我有这个表格封闭(BaladiaInfo.aspx是页面的名称)
<form id="form1" runat="server" action="BaladiaInfo.aspx" method="post" enctype="multipart/form-data"> </form>
这是我的输入和img分区
<img src="Handler2.ashx" id="BlobImg" />
<input type="file" name="FileUploaad" id="Browse" s/>
我在页面底部有一个按钮,用于更新页面控件值和新浏览的图像
<div id="SaveButtons" class="actions" style="text-align: center;">
<asp:Button ID="Button1" runat="server" Text="save" Width="100" Style="font-size: 20px"
OnClick="Button1_Click1" />
我想要的代码可以让我更新数据库中的blob图像