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


Hi,
On Thu, 23 Sep 1999, Detlev Beutner wrote:
DB| and the user is really putting some existing file in the input-field,
DB| the server throws an error and notices
DB| 
DB| "Premature end of script headers: servlet" (errors.log, apache 1.3.9)

You've to handle the incoming stream of data yourself. Search for some
FileUpload servlet and see how it is done. You proably may not read any
headers (getParameter() actually _reads_ headers) before.

ciao,
 -hen
---
Henner Zeller                                 [EMAIL PROTECTED]
 PGP pub key [77F75B39]: finger [EMAIL PROTECTED] 
 
  Microsoft is not the answer, it's the question. The answer is 'NO'



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