【发布时间】:2018-02-27 18:36:11
【问题描述】:
我正在使用 dropzone.js 上传多个文件,但在上传时出现以下错误
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL /file-upload was not found on this server.</p><p>Additionally,
a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p><hr><address>Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/7.0.9 Server at localhost Port 80</address></body></html>
我不知道是什么问题我从 codepen 复制了相同的代码但出现错误请帮助我提前谢谢你。
【问题讨论】:
-
你能把更多的信息,如代码等调试。
-
这是我复制代码的链接
-
你应该在 dropzone 初始化中添加 url
-
如何添加网址?
标签: jquery file file-upload dropzone.js