When uploading files I am getting an error message with a dialogue box that says only "Invalid Request".
Uploading images works fine, just files. The error message appears in all versions of IE and Firefox.
It's in the Insert/Edit Link box, Upload, select a file and click the "Send it to server" button.
I have tried to look at the code but can't find the line it occurs on.
Anyone got any ides on this?
Thanks
Uploading images works fine, just files. The error message appears in all versions of IE and Firefox.
It's in the Insert/Edit Link box, Upload, select a file and click the "Send it to server" button.
I have tried to look at the code but can't find the line it occurs on.
Anyone got any ides on this?
Thanks

Re: Invalid Request
did you figure out this yet?
Re: Invalid Request
wondering why...
Re: Invalid Request
I fixed it by adding the resource type "File" in the config. I think this is a workaround, but it worked for me.
So the link browser url looks somewhat like this (added Type=File&):
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=File&Connector=../../../../connector.' + _FileBrowserExtension;
And the quick upload looks like this (added + '?Type=File' ):
FCKConfig.LinkUploadURL = FCKConfig.BasePath + '../upload.' + _QuickUploadExtension + '?Type=File' ;
Re: Invalid Request
Re: Invalid Request
This just shows a bug in the application that can be resolved easily.
Re: Invalid Request