LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   multipart form submission encoding problem in Suse (https://www.linuxquestions.org/questions/suse-opensuse-60/multipart-form-submission-encoding-problem-in-suse-271099/)

jodi 12-28-2004 07:16 AM

multipart form submission encoding problem in Suse
 
Hi all.
I'm having a strange encoding problem that occurs on Suse, but not in Mandrake (these are the one we're I've tried)...

I'm running Suse Enterprise 9.0 with Sun JVM 1.4.2-06 and JBoss 3.2.7RC1.
I'm deploying a J2EE web app in Jboss.

Whenever I have a weppage that allows the user to upload a file, I use a form with the attribute enctype="multipart/form-data".

In every page of my system I have the following meta tag:
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

In the multipart forms I can't submit latin chars... everything goes wrong to the database... But this only happens in Suse and with multipart forms...

My database is using also using ISO-8859-1 (latin1).
I didn't have the /etc/sysconfig/i18n file... I've copied from the mandrake distro and I'm trying to tweak the parameters but nothing yet...

Probably is something related with i18n issues of this distro, but I'm not an expert in Linux.

Can anyone help?

Thanks in advance.

Diogo Ramos
Portugal


All times are GMT -5. The time now is 04:14 PM.