AJAX Upload + Coldfusion
问题 I'm using the following JQUERY Plug-in to upload ideas: http://valums.com/ajax-upload/ For some reason I'm getting the following error: The cffile action="upload" requires forms to use enctype="multipart/form-data". Even though the plug-in code has it: var form = qq.toElement('<form method="post" enctype="multipart/form-data"></form>'); Any ideas what the issue could be? 回答1: It happens because Safari4 and Chrome5 doesn't allow to format xhr request the same way as normal form based upload.