ColdFusion file upload issue

I've got the CFFileUpload working on my local dev system, I just uploaded it to my production server - both are running ColdFusion 9. Everything works fine on my local dev box.

When I try to access the page with the uploader, from the production box I get

};ColdFusion.Event.registerOnLoad(_cf_fileupload_init_1366123463704);

The differences: dev = Windows 7 prod = Windows Server 2003 that's about it.

Any ideas??


I found the answer on some forum, the CFID reference to the scripts used by the UI components needs to be "browsable" - making a mapping in Apache fixed the problem. - I had locked down my Prod box, and forgot the mappings were not the same on each virtual host.

链接地址: http://www.djcxy.com/p/31248.html

上一篇: Struts2文件上传错误

下一篇: ColdFusion文件上传问题