I had some problem with 1.4.8's PostFileInputStream, I could not get it to work if I use a loop to write it to an out file.
Eventually I found that I have to do all the writing in a single read and write. So I try to obtain the size of the file,
create a big enuff buffer , then i read/write..so far no problems...
 
KC
----- Original Message -----
Sent: Thursday, July 19, 2001 4:10 PM
Subject: Session timeout ?

Hi,
 
I am uploading File using a Form-File. It works fine with files which are smaller than 2 mb.
If I upload 5 mb files, my application does not work anymore. I guess the problem is that
the session times out. Where can I set the session outtime ?
 
Kind Regards, Kai.
 

Reply via email to