Hello,

> on user's requirements).  A user may choose to upload a file (as
> large as 20
> or 30 megabytes) to the servlet engine.  Another user may choose
> to download
> one of these uploaded files.  On the backend this is also done

Just a small note on this...

During one project, we had to manage the upload of files through a servlet
and as in your situation, file could be very big. While searching for a file
upload library to be used from the servlet engine, I've found that some of
these library do not correctly handle "stream" but instead load the entire
file in a byte array before giving back the hand to the servlet code. So, I
suggest you also check how your particular file upload library work.

Cheers,


                        Sacha


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to