Hi, I'm sending a file to the server with:
method='post' enctype='multipart/form-data'
If have this text: [text...=...text] in the server I will get [text=text].
However, if I have [text...P...text], I will get [text...P...text].
In the server i'm using Jsoup and DiskFileUpload.
Regards