Hi Everyone,
I want to insert in a web page a download link.
Here's the code:
<li>über <a href="${pageContext.request.contextPath}/handyprogramm/TeamViewer_Setup.exe">diesen Link</a> per Download auf Ihren PC und anschließendem Überspielen auf Ihr Handy (z.B. per Datenkabel, Speicherkarten-Adapter, Bluetooth, WLAN, o.ä.).</li>
When I click on the link, I get an error that says: "The file could not be found".
What am I doing wrong?
Thanks in advance.