简体   繁体   中英

The file upload working in IIS express but not working on local IIS

在此处输入图片说明 I have dropZone in my project (ASP.Net MVC) the Upload file work correctly in IIS express but it does not working when I use local IIS

我认为您没有正确映射网站项目的文件夹映射问题

错误已得到修复,是由错误引起的,本地IIS无法正确读取用于上传文件的方法的动作表单路径,只是我在动作路径后添加了〜符号,但是IIS Express并不需要它,因此难以发现错误谢谢大家

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM