html5 - Provisional headers are shown
伊谢尔伦
伊谢尔伦 2017-04-17 15:33:44
0
1
723
router.post('/file.html',upload.single('myfile'),function (req, res, next) {     
console.log(req.file);    }); 

这是我的接收图片的方法 但是出现Provisional headers are shown

这是我的服务端代码

网上有人评价说遇到这种问题 可能需要服务端代码需要优化 否则迟迟无响应
adblock 这个插件 没有安装 这种情况 我已排除

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(1)
黄舟

There are two reasons found online. One is that the advertising plug-in you mentioned is blocked, and the other may be local caching

http://www.cnblogs.com/maxomn...

In addition, I see that your URL is an html page. Generally, you may think that html is static and does not accept parameters. How about you try removing the html extension and see if it can solve the problem.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template