File upload InvalidPathException: Malformed input

Confluence User - 06 Feb, 2024

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 ?

forms;fileupload;uploadfile

1


08 Feb, 2024
confluenceUser
confluenceUser

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.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print