Problem: Invalid content type: application/x-www-form-urlencoded.
I am running the code below, but get the error "Invalid content type: application/x-www-form-urlencoded." I don't know what this is telling me and how I can get the code to work. It has worked in the past, but seems not to work now.
<CFFILE destination="#WritingSamplesInDirectory#"
action="upload"
nameconflict="MakeUnique"
filefield="FileName"
attribues="readONLY">
Any help greatly appreciated