[Seaside] Re: GRInvalidUtf8Error: Invalid UTF-8 input

Hilaire hilaire at drgeo.eu
Wed Jun 22 12:01:10 UTC 2016


My suggestion is to remove the decode: in this method. I am not sure
about the whole implication.

Hilaire

Le 22/06/2016 13:33, Hilaire a écrit :
> ZNZincServerAdaptor>>convertMultipartFileField: part
> | file |
> (file := WAFile new)
> 	fileName: (self codec decode: part fileName);
> 	contentType: part contentType printString;
> 	contents: part contents asByteArray.
> ^ file
> 
> Timecode is 11/14/2014 from Johan, where the decode was added.

-- 
Dr. Geo
http://drgeo.eu



More information about the seaside mailing list