Hi,
I've installed the latest ASP version of Ckfinder from your website.
First of all the upload module is not the spoken flash based module exists in the asp.net version.
Second thing, when trying to upload an ordinary jpg file I'm getting the following error:
"It was not possible to complete the request. (Error Error returned in call to Asp.Net)"
I've tried to turn the debug flag to true in order to capture the event.
but, ckfinder doesn't like the debug mode and doesn't load when it is turned on.
so I've switched it to false. that was the error message i was getting when not in debug mode.
please help.
Shahar Weintein.
I've installed the latest ASP version of Ckfinder from your website.
First of all the upload module is not the spoken flash based module exists in the asp.net version.
Second thing, when trying to upload an ordinary jpg file I'm getting the following error:
"It was not possible to complete the request. (Error Error returned in call to Asp.Net)"
I've tried to turn the debug flag to true in order to capture the event.
but, ckfinder doesn't like the debug mode and doesn't load when it is turned on.
so I've switched it to false. that was the error message i was getting when not in debug mode.
please help.
Shahar Weintein.
Re: ckfinder 2 for ASP
In classic asp the Flash uploader only works in Internet explorer because Flash has a bug so that it doesn't sends the correct cookies to keep the session in non-ie browsers and in classic asp it's not possible to perform any trick to avoid the problem.
With regards to debugging, as I told you some months ago that variable is used by the setup wizard: viewtopic.php?p=57828#p57828
Re: ckfinder 2 for ASP
I've loaded ckfinder through IE, and got an error message after the window openned.
attached is the error message, saying there is a problem inside the page's text.
the problem doesn't exist in Firefox or Chrome.
Shahar.
Attachments:
Re: ckfinder 2 for ASP
It might be that CKFinder isn't using the correct encoding or that Internet Explorer is handling it incorrectly but without an URL to test it will be hard to find out exactly the reason.
Also, it would be interesting to know if that file has bee uploaded with CKFinder or it has been uploaded with FTP or any other program.
Re: ckfinder 2 for ASP
you were right, there were few files in hebrew text, I do think they were uploaded through ckfinder or the
upload module of ckeditor. I've removed them and all is good.
Shahar.