Re: [JBoss-user] Passing an InputStream to an EJB

2002-02-19 Thread Peter Levart
See the discussion in the thread with subject "Streams" on this list (from about a week ago). It might be related to your problem... Peter On Monday 18 February 2002 15:10, Andrea Cervellati wrote: > Hi, > > I'm using JBoss 2.4.3-Tomcat 4.0 and I have a web app that allows users to > upload fi

RE: [JBoss-user] Passing an InputStream to an EJB

2002-02-19 Thread Ivan Bolcina
Title: RE: [JBoss-user] Passing an InputStream to an EJB Doesn't the whole InputStream get serializated before send - I mean in array? Why dont you just send array,maybe compressed? For large files, I would use either ftp or oreilly com package. By -Original Message- From: A

[JBoss-user] Passing an InputStream to an EJB

2002-02-18 Thread Andrea Cervellati
Hi, I'm using JBoss 2.4.3-Tomcat 4.0 and I have a web app that allows users to upload files to the server. I have a servlet that takes the multipart form data request from the client with one file and a text description of it. I'm using the O'Reilly pack to menage the parts of the request. Th