I am making a html based CD autorun which I intend to package with TideSDK. Everything works fine,the only issue I am facing is when someone clicks on a file download link(pdf,zip etc.) All the files open inside the application window and since the webkit engine doesn't understand the file types(e.g.,zip file) it shows strange characters instead of downloading the file.
So I want to know how should I force downloading of a file so that the user can save it in his system or open it with the associated application.
I am making the app for windows based systems.
Thanks in advance to all those who take out time to reply :)