:
org.apache.commons.fileupload.util.Streams.asString(java.io.InputStream pStream)
and
org.apache.commons.fileupload.FileUploadBase.setHeaderEncoding(String encoding)
warning the user of the consequences of not setting a character encoding?
2010/7/4 Jochen Wiedmann :
> 2010/7/2 Eduardo Pérez Ureta :
>
&
I had a bug using fileupload because it uses the platform default
character encoding if a character encoding is not specified.
The platform default character encoding has nothing to do with the
character encoding the browser uses for the HTTP POST request, as the
character encoding used is the one