|
Hi I’m trying to use the UploadedFile
class to upload files. It works great until I try to upload a file with a name
containing non-ascii chars (Spanish chars for example). I can have 2 copies of the same file
– one with only ascii chars in the filename, and one with non-ascii
chars, but only the ascii named file succeeds the upload. Is there a way to solve this? Thanks, Eitan |

