I am trying to remove the default image upload functionality (the tab of the image window which allows you to upload a new image) and replace it with my own script. I went into fckeditor/editor/dialog/fck_image.html and removed all the code from the div tag whose ID is "divUpload" and replaced it with an iframe whose source is my php file. These changes had no effect on the upload tab of the image window. Just as an experiment restored the original content of the divUpload div tag and then went through and changed a variety of things. Regardless of what I changed in the fck_image.html file the changes never affected the editor... I am obviously just not understanding the way in which fckeditor works. Is the file I am editing just a source file that then needs to be compiled in some way? Any input would be helpful.
ps: I was originally trying to do this with fckeditor version 3 but switched to version 2 because I thought it would be simpler.
ps: I was originally trying to do this with fckeditor version 3 but switched to version 2 because I thought it would be simpler.