Ok, I'll change some code to make it JSDK2.0 compatible, and write some
javadocs too.
About multiple files: it handles multiple file uploading. You should
simply make multiple fields with type=file.

op.

-----Original Message-----
From: Jeff Brekke [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 08, 2000 2:26 PM
To: [EMAIL PROTECTED]
Subject: FileHandler.java


First off, thanks for the recent contributions to Turbine.  I apologize
for
not catching this before you commited.

* the FileHandler.java file is blowing the build when using jsdk2.0 when
you
try to set the buffer size of the response.

turbine/bin/src/org/apache/turbine/util/FileHandler.java:96: Method
setBufferSize(int) not found in interface
javax.servlet.http.HttpServletResponse.
        res.setBufferSize(writebuffersize);

* Please javadoc all methods and constructors per the coding guidelines

* Can this file handler upload multiple files?  How would you go about
allowing the user to select multiple files?  Input type of FILE only
allows
one selection, or is there a MULTIPLE=true attribute that I'm missing?  

Thanks again for the code!

jb

Jeff Brekke
mailto:[EMAIL PROTECTED]
http://sites.netscape.net/ekkerbj


____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to