Hi all,
I configured the CKFinder according to documentation. I get the page up, but whenever I upload a file, nothing happens. The post request goes out, I get a 200 OK status back, but no file. I tried in IE8 and Chrome. When I paste a image in the directory via filesystem, it is shown in the page.
Kind regards,
Wolfgang
I have checked JBoss 7 and
I have checked JBoss 7 and had no problems with uploads
1. Please try with fresh CKFinder (without any customization made - except for enabling and paths adjustment)
2. Please check with Fiddler2 what request gets send to server and what response you get?
3. You could use connector source code with IDE like Netbeans or Eclipse. That way you could debug whole upload process. This should give you some idea why uploads don't work on your computer.