求.net FileUpload上传图片代码 正确给分!

来源:百度知道 编辑:UC知道 时间:2024/06/04 19:19:46
求.net FileUpload上传图片代码 正确给分!

前台页面upload.aspx代码
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="upload.aspx.cs" Inherits="_upload" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>上传文件</title>
</head>
<body >
<form id="form" runat="server" method="post">
<input type="file" id="UpImage" runat="server" name="UpImage"/>
<asp:Button ID="upload" runat="server" OnClick="up