-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

What sorts of circumstances will cause my browser to report "The
document contained no data" even when I'm certain that my client has
been doing lots of out.println()?

In this particular case, I (the user of the browser) have submitted an
upload.  That part works fine now, by the way - thanks, Jonny.
Anyway, the servlet determines that the directory where it would like
to store the uploaded files is not writeable, so instead of
instantiating a com.oreilly.servlet.MultipartRequest object, it simply
returns an error message to the browser.

The problem is, the error message never shows up.

Ideas?

Thanks,

Solomon


--
--------------------------------------------------------------
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]

Reply via email to