當使用ckeditor + ckfinder 時,上傳圖片檔會發生一些狀況,
例如點選「瀏覽伺服器檔案」後會出現Unable to find an image manipulation component的訊息
或是上傳檔案出現類似訊息,
上網找幾乎會得到關於.net framework、沒有裝ASPJpeg元件…等之類的答案(可參考官方選項),
但若是不使用到縮圖功能,可以直接設定無法使用(None),default為auto
解決方式其實只要改config.asp的:
Images.Add “component”, “Auto”
改成
Images.Add “component”, “None”
參考: http://docs.cksource.com/CKFinder_2.x/Developers_Guide/ASP/Configuration/Images