It May seem an odd request, but I have developed a site using ASP and CKFinder. The host runs ASP and Coldfusion and will not install a Com object such as ASPJpeg. I would like to use CFImage as my Thumbnail creator while using ASP.
Is it possible to:
1) create Thumbails separately (using some kind of AJAX call) and copying into the right folder?
or
2) Use Coldfusion CFImage as a kind of ASP Com object inside the CKFinder?
Any help would be grateful.
John
Is it possible to:
1) create Thumbails separately (using some kind of AJAX call) and copying into the right folder?
or
2) Use Coldfusion CFImage as a kind of ASP Com object inside the CKFinder?
Any help would be grateful.
John
Re: CKFinder Thumbnails on ASP using Coldfusion
It might be possible to do it following the same tricks used to generate the thumbnails in the asp connector when it calls the asp.net libraries, although before attempting to add that new feature I would really suggest you to try to use the asp.net option.
If that works it means that you won't have to care about any change that it's done in the future. On the other side, hooking with Coldfusion means that such solution won't be as tested as the other options and from what I've seen in the forums, it seems that Coldfusion has its own peculiarities handling the thumbnails so it might be something that breaks too much.