Answer the question
In order to leave comments, you need to log in
File not downloading from website?
I set up APACHE TOMCAT and put the code in index.html:
<html>
<p><a href="D:\game.zip" download>Скачать файл</a><br>
<script>
alert("hello world");
document.write("hello world!");
</script>
</html>
Answer the question
In order to leave comments, you need to log in
I uploaded the archive to %catalina_home%/webapps/ROOT and changed
<html>
<p><a href="game.zip" download>Скачать файл</a><br>
<script>
alert("hello world");
document.write("hello world!");
</script>
</html>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question