Chinaunix首页 | 论坛 | 博客
  • 博客访问: 483318
  • 博文数量: 112
  • 博客积分: 5696
  • 博客等级: 大校
  • 技术积分: 1720
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-17 09:58
文章分类

全部博文(112)

文章存档

2011年(22)

2010年(28)

2009年(21)

2008年(41)

分类: WINDOWS

2010-08-10 01:23:04

...
 


   Without that enctypeattribute, the browser will transmit only the name of the file—not its 
         contents—which is no use to us! Force the enctypeattribute to appear by updating Edit.aspx’s 
         call to Html.BeginForm(): 

         <% using (Html.BeginForm("Edit", "Admin", FormMethod.Post, 
                                     new { enctype = "multipart/form-data" })) { %> 

阅读(539) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~