欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

NeatUpload 文件上传

程序员文章站 2022-03-20 14:37:51
NeatUpload web.config配置 要求 system.web> 下增加:

neatupload web.config配置 要求

system.web> 下增加:
<httpmodules>
<add name="uploadhttpmodule" type="brettle.web.neatupload.uploadhttpmodule, brettle.web.neatupload"/>
</httpmodules>

如vs的.netfromwork版本改为4以上后,要使用iis作为服务器站点 应用程序为 4.0 集成模式可能会导致neatupload无法使用,这时就需要更改配置文件。
<httpmodules>
<add name="uploadhttpmodule" type="brettle.web.neatupload.uploadhttpmodule, brettle.web.neatupload"/>
</httpmodules>

<validation validateintegratedmodeconfiguration="false"/>


把上面这段配置写在system.webserver>下,即可正常使用