XUpload - Problem with form post using Japanese chracters

Message
Author
coolguy
Posts: 1
Joined: Oct 06, 2009 8:23 pm

Problem with form post using Japanese chracters

#1 Postby coolguy » Oct 06, 2009 8:30 pm

Hi,

I am trying to upload a file using xupload component, the file is getting uploaded perfectly but the other form elements are shown as '?'. I am using <meta http-equiv="content-type" content="text/html; charset=shift_jis"> on my form as suggested in some of the posts and also have set the following on my asp page which is the target.

Session.CodePage=932
Response.CharSet="shift_jis"
Response.buffer = true

I am using xUpload version 2,1,0,1

Surprisingly I noticed that if I use the xupload object then I am not getting the form values displayed correctly, but when I do not use this object I get teh form data just fine but then the file doe not get uploaded.

Any help in this matter is highly appreciated.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Oct 07, 2009 7:18 am

I believe there's no "xUpload version 2,1,0,1" exist :)
You're using xupload Pro? Do you have your client ID?