Charset in resume upload

Upload core product.
Post Reply
import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Charset in resume upload

Post 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.

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Charset in resume upload

Post by import »

You have "encoding" parameter setup with UTF-8 in JFileUpload ?
<PARAM NAME="encoding" VALUE="UTF-8">

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Charset in resume upload

Post by import »

Yes and data in post request from applet to server-side php script are encoded with UTF8 charset.

Thanks for your help

Post Reply