Hello,
 
I have just upgraded to MX.  Because of some Asian character sets that we are using we have implemented the UTF-8 character set throughout the application.  This is working fine.
 
However, where I have a form that does a file upload, I have to set the enctype as follows for the Asian characters to work:
 
<CFFORM ACTION="" METHOD="POST" NAME="EditForm" enctype="multipart/form-data; charset=utf-8">
 
This sends the asian characters through great, but on the processing page, it now throws an error when trying to upload the file:
 

Invalid content type: "application/x-www-form-urlencoded".


CFFILE action="" requires forms to use enctype="multipart/form-data".
 
If I take away the "charset=utf-8" in the enctype the file uploads but the characters don't come through.  Is there a workaround for this?  I have been searching the forums but can't find an answer.
 
Cheers
Cassie
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to