Hi, this gonna be a runnning gag.
I had this problem and read something about a patch and the advise to use 2.2. Couldn't find the patch and didn't want to switch over to 2.2. But changing the tr.props-parameter "services.UploadService.size.threshold" to zero did the job. May be this is already the patch. The meaning of this parameter is: Turbine.UploadService tries to keep uploaded files in memory if they are small enough. "size.treshold" says which size is the maximum for this. Apparently Turbine simply forgets the content of the file instead keeping it in memory. Upload with using temporary files works though. So changing the parameter to zero just switches the memory version off. Did I understand it right? Is this the patch? Hope it helps, Bert. Am Dienstag, 12. November 2002 21:02 schrieben Sie: > Hi friends, > > I want to upload some files to my server. I am using TDK-2.1. The > uploaded file shows zero bytes. Can anybody suggest some way by which I > can upload files ? > > > Regards, > A.P.Das -- Bert Wendler confuture Innovationssysteme GmbH Gohliser Strasse 8 04105 Leipzig mail: [EMAIL PROTECTED] web: www.confuture.com tel: 0341 / 55 00 89 - 31 fax: 0341 / 55 00 89 - 90 mobil: 0174 / 131 79 26 -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
