Does anyone know if it's possible to preview an ico file (the filetype is a Favicon) with ckFinder? With a slight change to our config.ascx to add the allowed extension, I can upload the ico file and select it ok, but the thumbnail image is not being displayed.
It looks to me like code in the obfuscated JavaScript is not making the call to the server side connector to get the thumbnail image location, so I end up with a default blank page thumbnail image displayed instead...the obfuscated JavaScript is making it difficult (I know that's what's intended!) to see what's going wrong.
Thanks all
It looks to me like code in the obfuscated JavaScript is not making the call to the server side connector to get the thumbnail image location, so I end up with a default blank page thumbnail image displayed instead...the obfuscated JavaScript is making it difficult (I know that's what's intended!) to see what's going wrong.
Thanks all
Re: .ico file thumbnail preview
with
note that you also will have to adjust the server connector to be able to get the thumbnail of an .ico file.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: .ico file thumbnail preview
Thanks again,
Joe