On 11/2/15, 2:13 AM, "Marcus Fritze" <[email protected]> wrote:

>Hi,
>
>actually I have a serious problem with FileReferenceList in Google Chrome
>on (every) Mac.
>
>When I try to upload files with FileReferenceList in my flex application,
>the file names are not correct. Umlauts (ä, ö, ü) and other special
>characters (å) are not correctly „parsed“.
>
>For example, when I upload
>
>Test_äöü.pdf
>
>my flex application recognizes the file name
>
>Test_aou.pdf
>
>So, when I create a new test-project, were I use FileReferenceList and
>try to test this issue, this error doesn’t occur. So I think it must be
>related to my generated project. I have no idea, what I can do.
>
>Any help?

I think you can use a network monitor to see what is sent.  Maybe that
will help you determine when the umlauts are stripped off.

HTH,
-Alex

Reply via email to