Topic: Assigning a mimetype
I have a file inserted in a web page so that a visitor can click on it and 'saveas' to their HD.
Problem: the file has an extension .iez (used by an external application CadDuct) but is recognised by windows as a zip file and the extension .zip is added when it is downloaded, and the file becomes myfile.iez.zip
Is there something I can add to the <a href> tag that would set the mimetype and stop windows from doing this?