I am using Coldfusion 5.0 and when I hit the "Send it to Server" option for an images that I have browsed to it returns the following error.
Microsoft VBScript runtime error '800a004c'
Path not found
/ccdb2/mailouts/RequestDemo/FCKeditor/filemanager/upload/asp/class_upload.asp, line 128
I am not sure why it would atempt to use the .ASP uploader file when I am using the Coldfusion moduel to load the wysiwyg editor.
Is there some setting that I am missing, because I thought it would intuitively know that I am using the .CFM version to load the editor.
BTW: cool js app.
Microsoft VBScript runtime error '800a004c'
Path not found
/ccdb2/mailouts/RequestDemo/FCKeditor/filemanager/upload/asp/class_upload.asp, line 128
I am not sure why it would atempt to use the .ASP uploader file when I am using the Coldfusion moduel to load the wysiwyg editor.
Is there some setting that I am missing, because I thought it would intuitively know that I am using the .CFM version to load the editor.
BTW: cool js app.
RE: Image upload problem.
just comment out the ones you don't want to use - with // in front of the line.
hth
markus
RE: Image upload problem.
I discovered this just after posting. I should have dug around in the application more.