-
Hi,
does anyone know how to bring the "File Download" window for any file type? Any source I have looked at doesn't seem to explicitly create a window. I have a link which I want to implement as a download for a .pdf file. I want to be able to prosuce the file download window regardless of whether the user has Acrobat reader installed, and also it has to be all browser compatible ( if that makes any difference (.
any help appreciated.
Lenin.
-
I asked about this a few months ago and it seems there isn't anyway you can do it client-side. Some work on the server might be able to force a download on the client, but I'm afraid I can't help you with that.
You could zip up the pdf and link to the zip file.
-
Thanks NGE, I thought this was the case.