我没有使用request.files获取附件? [英] I am not getting the attached file by using the request.files ?

查看:76
本文介绍了我没有使用request.files获取附件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请查看代码

这是html

代码

< input name =UploadResumeid =uploadfile class =newslettertype =fileplaceholder =Location/>



页面加载我试图使用此代码访问此上传的文件

Request.Form [btnsubmit]!= null && Request.Files [UploadResume]!= null

Please look at the code
This is the html
code
<input name="UploadResume" id="uploadfile" class="newsletter" type="file" placeholder=" Location " />
And
on page load am trying to access this uploaded file using this code
Request.Form["btnsubmit"] != null && Request.Files["UploadResume"] != null

推荐答案

请看一下进入下面的文章。



http://support.microsoft.com / kb / 323246 [ ^ ]
Please take a look into the below article.

http://support.microsoft.com/kb/323246[^]


这篇关于我没有使用request.files获取附件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆