FileUpload filename encoding
问题 It's been quite a while since I'm banging my head against this: multipart/mixed content. @RequestPart(name="view") CoolView, @RequestPart(name="files") Part [] files Also using spring's (it does not matter because CommonsMultipartResolver fails too) : StandardServletMultipartResolver Now the thing is that when uploading files that have some names outside US_ASCII characters, the server is converting them into something weird. And by weird I mean it converts them to ISO_8859_1, and I think I