CFwindow and Cffile
Hello,
I am having this big issue of trying to upload Images through a cffile in a CFWINDOW and I keep getting the below error
"Invalid content type: application/x-www-form-urlencoded; charset=UTF-8"
"The cffile action="upload" requires forms to use enctype="multipart/form-data".
The cfform file is already set to "enctype="multipart/form-data".
Any one encountered this kind of problem? and what is the work around. We need to do all the uploads through a CFwindow.
