-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
I am starting work on a servlet that caches various kinds of media.
With image files, such as jpeg or gif, I just do a setContentType()
to "image/jpeg" or "image/gif" and write the data to the stream and
all works great. However, I am having problems with other media,
such as .au files. What should I set the content type to for these types
of files or do I need to do some other sort of header setting.
Thanks for your response.
Frank
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]