Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to set response.setContentType for Word, JPG files

807605Jul 26 2007
Hi

I am not able to set the response.setContentType for Word, text and JPG files. Code snippet for this is as follows

response.setContentType(resContentType);
where resContentType = "application/ms-excel" (or)
"application/ms-word" (or) "application/ms-paint"

The code works okay for Excel type documents. However for .doc, .txt and jpg , when i try to set the content type as ms-paint (or) ms-word, it does not work

Kindly help

Thanks
Sid
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2007
Added on Jul 26 2007
0 comments
724 views