Hi All,
I'm trying to set up image upload with my editor. On my test site (Apache 2.0.XX, SunOS Unix, ColdFusion), I'm able to select an image for upload. But, when I press the "Send it to the Server" button, the progress bar is displayed continuously. I end up having to close the window. I'm sure I'm missing something. But, what, I don't know. My config.cfm file contains:
Config.Enabled = true;
Config.UserFilesPath = "/ImageUpload/";
Config.ServerPath = "";
I'm trying to set up image upload with my editor. On my test site (Apache 2.0.XX, SunOS Unix, ColdFusion), I'm able to select an image for upload. But, when I press the "Send it to the Server" button, the progress bar is displayed continuously. I end up having to close the window. I'm sure I'm missing something. But, what, I don't know. My config.cfm file contains:
Config.Enabled = true;
Config.UserFilesPath = "/ImageUpload/";
Config.ServerPath = "";