nginx upload上传文件404错误?
在用nginx做一个文件上传服务器的过程中,遇到无法正常上传的问题.
下面是我的nginx配置文件,目的就是将文件上传到dlog路径下,这个路径确定存在的
然后这个是我的前端代码,很简单的几行.
<html>
<head>
<title>Test upload</title>
</head>
<body>
<h2>Select files to upload</h2>
<form enctype="multipart/form-data" action="http://127.0.0.1/upload" method="post">
<input type="file" name="file1"><br>
<input type="file" name="file2"><br>
<input type="file" name="file3"><br>
<input type="file" name="file4"><br>
<input type="file" name="file5"><br>
<input type="file" name="file6"><br>
<input type="submit" name="submit111" value="Upload">
<input type="hidden" name="user1" value="value1">
<input type="hidden" name="user2" value="value2">
<input type="hidden" name="user3" value="value3">
</form>
</body>
</html>
下面是我的log日志.
每次在前端点击上传之后,前端卡死,后端日志报的404错误.
还麻烦大家看下是什么情况.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论