I use the following jQuery plug-in to load ideas:
http://valums.com/ajax-upload/
For some reason, I get the following error:
The cffile action="upload" requires forms to use enctype="multipart/form-data".
Despite the fact that the plugin code has it:
var form = qq.toElement('<form method="post" enctype="multipart/form-data"></form>');
What ideas might come up?
source
share