Page 1 of 1

Charset in resume upload

Posted: Wed Feb 27, 2008 8:27 pm
by import
Hi,

We use JFileUpload with charset UTF-8 (param NAME encoding VALUE UTF-8). PHP server-side script receive 'relativefilename' in UTF-8 at the end of upload by post request, but not by head request at the start (to check existence).

Can you give us a tip on how to solve this ?

More-over, we have see additional control : crc and md5. How does it work ?

Regards and thanks for your reply.

Re: Charset in resume upload

Posted: Wed Feb 27, 2008 8:27 pm
by import
You have "encoding" parameter setup with UTF-8 in JFileUpload ?
<PARAM NAME="encoding" VALUE="UTF-8">

Re: Charset in resume upload

Posted: Wed Feb 27, 2008 8:28 pm
by import
Yes and data in post request from applet to server-side php script are encoded with UTF8 charset.

Thanks for your help