Re: Multipart request with non-ascii filename

2021-02-01 Thread Michael Osipov
Am 2021-01-21 um 13:20 schrieb Hari Iyer: Hi, I have filenames with non-ascii characters and this is the code that enables me to encode it in my multipart request: MultipartEntityBuilder.create().setCharset(StandardCharsets.UTF_8).setLaxMode(); While this generates the content disposition (for

Re: Multipart request with non-ascii filename

2021-01-21 Thread Oleg Kalnichevski
On Thu, 2021-01-21 at 12:20 +, Hari Iyer wrote: > Hi, > I have filenames with non-ascii characters and this is the code that > enables me to encode it in my multipart request: > MultipartEntityBuilder.create().setCharset(StandardCharsets.UTF_8).se > tLaxMode(); > While this generates the

Multipart request with non-ascii filename

2021-01-21 Thread Hari Iyer
Hi, I have filenames with non-ascii characters and this is the code that enables me to encode it in my multipart request: MultipartEntityBuilder.create().setCharset(StandardCharsets.UTF_8).setLaxMode(); While this generates the content disposition (for filename Mädchen) correctly as: