首页 新闻 会员 周边

asp.net中在后台实现from的post的数据类型提交

0
悬赏园豆:50 [已关闭问题]

<html>
    <head>
       <META http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <body>
        <form method="post" enctype="multipart/form-data" action="url地址">
            <input type="hidden" name="act" value="Send">
            <label>FKSAuthKey:</label> <input type="text" name="FKSAuthKey" value=""> <br>
            <label>rcpt</label><input type=text name=rcpt><br>
            <label>body</label><textarea name="body" rows=10 cols=100></textarea><br>
          <input type="file" name="file[]"></br>
   <input type="file" name="file[]">
            <button type=submit>Submit</button>
        </form>
    </body>
</html>

上面这段代码在ASP.net(c#)的后台中如何实现。

wsm+c#的主页 wsm+c# | 初学一级 | 园豆:130
提问于:2009-08-27 13:57
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册