I"m having a similar issue with cffile when I attempt to
upload an image. I get the following error in my application log...
Invalid content type: application/x-www-form-urlencoded.The
cffile action=""upload"" requires forms to use
enctype=""multipart/form-data"".
I originally used a CFFORM tag but changed it to see if error
would go away. My form tag is...
<form action="kbUploadResizeResults.cfm" method="post"
enctype="multipart/form-data" name="detailEdit">
I also moved from an MX 7 server to an MX 8 server... still
get the error.