Hello,
I'm getting an error when I upload a text file: "Invalid resource type specified"
However, when I upload an image file, it works ok.
my fckeditor.properties is as follow:
It seems that the "file" resource type is not being handled well somehow. I'm not sure if this a problem of "fckeditor" or "fckeditor java".
Any clue where to look for?
Regards,
Bo
I'm getting an error when I upload a text file: "Invalid resource type specified"
However, when I upload an image file, it works ok.
my fckeditor.properties is as follow:
connector.userActionImpl=net.fckeditor.requestcycle.impl.UserActionImpl connector.userFilesAbsolutePath=c:/temp connector.impl=net.fckeditor.connector.impl.LocalConnector connector.userFilesPath=userfiles connector.userPathBuilderImpl=net.fckeditor.requestcycle.impl.ServerRootPathBuilder
It seems that the "file" resource type is not being handled well somehow. I'm not sure if this a problem of "fckeditor" or "fckeditor java".
Any clue where to look for?
Regards,
Bo
Re: Error fckeditor java 2.5 while uploading a file
I've tracked down the error, it only occurs with the QuickUpload function for files, apparently the Type parameter is not sent with it. In the case of the upload function on the "Browse the server" window there's no problem.
I guess this is an issue to be attended at the client side fckeditor project.
Can anybody confirm this issue?
Regards,
Bo
Re: Error fckeditor java 2.5 while uploading a file
Re: Error fckeditor java 2.5 while uploading a file
What is the extension of the file? This might be the problem. I would double-check it here.
Re: Error fckeditor java 2.5 while uploading a file
Re: Error fckeditor java 2.5 while uploading a file
Hi Bo,
Re: Error fckeditor java 2.5 while uploading a file
I have created a ticket for http://dev.fckeditor.net/ticket/2761
thanks again.
Re: Error fckeditor java 2.5 while uploading a file
Update to Changeset 2862. Works as desired now.