Hi --
I am using the FCKEditor java implementation and I have followed the documentation to enabled the "connector." However, when I try to upload a file the "uploading" dialog box just stays on the screen forever until I hit cancel. I am testing with a small (35k) JPEG file. I don't get any error. Any ideas?
I am running Tomcat 6 on Windows and using NetBeans 6.5.1 as my development IDE and testing the app by "running" it from the IDE.
Thanks
Rich
I am using the FCKEditor java implementation and I have followed the documentation to enabled the "connector." However, when I try to upload a file the "uploading" dialog box just stays on the screen forever until I hit cancel. I am testing with a small (35k) JPEG file. I don't get any error. Any ideas?
I am running Tomcat 6 on Windows and using NetBeans 6.5.1 as my development IDE and testing the app by "running" it from the IDE.
Thanks
Rich
Re: File Upload / Java / Tomcat
Re: File Upload / Java / Tomcat
Thanks. That was a great idea. So I installed Firebug and it turns out the file upload is posting to a PHP page but I don't have PHP installed on my server. Is that required? Or can I configure FCK to use Java / JSP to do the file upload?
Thanks
Rich
Re: File Upload / Java / Tomcat
You did not configure the package the way it's described in the docs.
Re: File Upload / Java / Tomcat
Thanks.. I had done that but some how the fckeditor.properties file got deleted. I re-made that file and now it works!
Rich
Re: File Upload / Java / Tomcat