MIME type setting in Internet Explorer
Hi,
I am trying to set the mime type to a third party application I am using (file extension 'dpp'). I have already added this to the file type in my files explorer window on my desktop. I understand that I have to set the content type in my servlet code using 'response.setContentType()' Does anyone know how to do this for for this mime-type?
Thanks. (I am able to view my file using Netscape just by setting the mime type in the browser and no setting in the code).