HttpPostedFile uploadfile = files [" RemoteFile"];在c#中返回null

时间:2014-03-14 16:07:08

标签: c# asp.net vb.net

您好我正在使用Dynamicsoft web Twain扫描图像。我正在使用他们现有的代码,当我在我的测试应用程序中测试它时,它工作正常。

但是当我在我的主项目中合并相同的代码时,我在第二行得到Null值:

 HttpFileCollection files = HttpContext.Current.Request.Files;
    HttpPostedFile uploadfile = files["RemoteFile"];

我很惊讶我在另一个测试应用程序中测试相同的代码并且工作正常,但是当我在主应用程序中合并相同的代码时,我不知道它为什么不能正常工作。

我试过这个链接,但它对我不起作用。

Uploading Image and Fixing/Veryfing it's size with <input type="file">?

任何人都可以建议为什么我得到空值。我有什么需要添加到页面指令或母版页吗?

请建议。

由于

0 个答案:

没有答案