Re: servlet problem with file transfer

Hi !

----

Christopher William Turner wrote:

> I assume di.filesize and sentsize agree.
> The problem may be in your client not the server.
> I would guess that content-type may be text and that some
> text conversion is going on.
>
> I once tried progammatically
>
> res.setContentType("text/html; charset=utf-8");
> but the charset was ignored and stripped by Jigsaw.
> (utf-8 is variable length code and does change text sizes).

My content-type was application/octet-stream, which should not be
converted in any way...
But AFAIK the code worked in jigsaw 2.0.1...

Yves ? Benoit ?

----

Bye,
Roland

--
  __ .  . __
 (o.\ \/ /.o)  Roland Mainz                               C programmer
  \__\/\/__/   Roland.Mainz@informatik.med.uni-giessen.de MPEG specialist
  /O /==\ O\   gisburn@w-specht.rhein-ruhr.de             Sun&&Amiga programmer
 (;O/ \/ \O;)  TEL +49 (0) 2426901568  FAX +49 (0) 2426901569

Received on Monday, 5 April 1999 08:38:33 UTC