i want to put a link on my website so the suer can download an exe file. when i use the following code it doesnt work.
<a href="itext_demo.exe">Download the Itext Demo</a>
I get the error 'HTTP/1.1 404 Object Not Found', but i know the file is definately there.
Is it the code im doing wrong or something else????
Thanks for your help !!!
<a href="itext_demo.exe">Download the Itext Demo</a>
I get the error 'HTTP/1.1 404 Object Not Found', but i know the file is definately there.
Is it the code im doing wrong or something else????
Thanks for your help !!!