我无法让我的文件下载工作。我尝试重新安装xampp并将所有内容重新编码为一个非常基本的级别。我只想通过html下载文件。
真正的基本代码:
<!DOCTYPE html>
<html>
<head>
<title>StartUp</title>
</head>
<body>
<form method="get" action="files/Setup.exe">
<button type="submit">Download!</button>
</form>
</body>
</html>
但我仍然总是得到:
错误 - 网络错误
在chrome中:
无法保存.... \ Setup.exe.part,因为无法读取源文件。
在firefox中。