Search found 169 matches

by import
Wed Feb 27, 2008 8:29 pm
Forum: JFileUpload
Topic: Encoding of multilanguage file
Replies: 6
Views: 12641

Encoding of multilanguage file

What is the encoding of multilanguage file? I wanted to translate JFileUpload to Russian, but I failed :(
by import
Wed Feb 27, 2008 8:28 pm
Forum: JFileUpload
Topic: Charset in resume upload
Replies: 2
Views: 7853

Re: Charset in resume upload

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

Thanks for your help
by import
Wed Feb 27, 2008 8:27 pm
Forum: JFileUpload
Topic: Charset in resume upload
Replies: 2
Views: 7853

Re: Charset in resume upload

You have "encoding" parameter setup with UTF-8 in JFileUpload ?
<PARAM NAME="encoding" VALUE="UTF-8">
by import
Wed Feb 27, 2008 8:27 pm
Forum: JFileUpload
Topic: Charset in resume upload
Replies: 2
Views: 7853

Charset in resume upload

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...
by import
Wed Feb 27, 2008 8:25 pm
Forum: JFileUpload
Topic: Filesize parameter is missing
Replies: 7
Views: 17536

Re: Filesize parameter is missing

I get the filesize after uploading. Okay.. i tested your parameters. here are all important parameters i used in the test "ziponfly" VALUE="zip" "template" VALUE=":timestamp:_:name::extension:" "post" VALUE="myserver/myfolder/myfile.php" "postparameters" VALUE="extra" and your <PARAM NAME="param8" V...
by import
Wed Feb 27, 2008 8:24 pm
Forum: JFileUpload
Topic: Filesize parameter is missing
Replies: 7
Views: 17536

Re: Filesize parameter is missing

Could you try the add the following parameter:
<PARAM NAME="param8" VALUE="selectedfullfilename">
<PARAM NAME="value8" VALUE="initial">
by import
Wed Feb 27, 2008 8:23 pm
Forum: JFileUpload
Topic: Filesize parameter is missing
Replies: 7
Views: 17536

Re: Filesize parameter is missing

Ok, so problem comes from ziponfly parameter. Do you except filesize before compression or after ? I'm going to see how to fix this issue.
by import
Wed Feb 27, 2008 8:23 pm
Forum: JFileUpload
Topic: Filesize parameter is missing
Replies: 7
Views: 17536

Re: Filesize parameter is missing

okay.. here is what i tryed. I disabled "template" parameter, and saved the complete _POST in my database. But filesize was '0' again. I disabled some other parameters ("maxfiles","deleteonfail","post" and so on) and finally disbled the "ziponfly"-parameter, wich was set to "zip", then saved the _PO...
by import
Wed Feb 27, 2008 8:22 pm
Forum: JFileUpload
Topic: Filesize parameter is missing
Replies: 7
Views: 17536

Re: Filesize parameter is missing

Yes, I think so. Could you make a test by removing "template" parameter ?
by import
Wed Feb 27, 2008 8:22 pm
Forum: JFileUpload
Topic: Filesize parameter is missing
Replies: 7
Views: 17536

Re: Filesize parameter is missing

Yes.

I have this parameter :
<PARAM NAME="template" VALUE=":timestamp:_:name::extension:">
and then follows this parameter :
<PARAM NAME="postparameters" VALUE="extra">.

is there any limitation of parameters?


Thanks for response.

best regards