Found the answer deep in the knowledge base.  There is a bug and I have to do this to all my form parameters to fix it.  Joy.
 
<cfscript>
function getMultipartFormParameter(key, encoding)
{
param = key.getBytes(encoding);
value = evaluate(toString(param, "utf-8"));
param = value.getBytes("utf-8");
return toString(param, encoding);
}
</cfscript>
 
---
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