1
0
-1

Hello, 

I'm using joget in docker container. 
When I'm uploading file to file file upload element i getting exception:
java.nio.file.InvalidPathException: Malformed input or input contains  unmappable characters: /opt/joget/wflow/app_tempfile/7d836981-5eff-405d-b4f1-d6e782d58377/Umowa cz?.pdf

In place of "?" mark should be "ć" (polish special mark)
I suppose that i should set something encoding but i don't have any ideas where. 
Any sugestion ?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, it appears to be a file encoding issue. You can try the solution in https://stackoverflow.com/questions/28405902/how-to-set-the-locale-inside-a-debian-ubuntu-docker-container/52004330#52004330 to see if it helps.

        CommentAdd your comment...