context.Request.Files为NULL问题 在实现图片上传功能的时候出现在ashx等处理页面出现context.Request.Files为NULL异常,有几点需要注意:
2、form表单需要加上属性method="post" enctype="multipart/form-data" 3、文件控件需要加上runat="server"属性
2、form表单需要加上属性method="post" enctype="multipart/form-data" 3、文件控件需要加上runat="server"属性