how to get browse button in image upload form for ckeditor in fuelphp

170 Views Asked by At

I am a newbie in FuelPHP. I am using ckeditor for my content panel according to https://github.com/alwarren/fuelphp.CKEditor_package. I am successful in installing and running ckeditor as pacakage but I am not able to get browse button for image upload. Any idea on how to get this? Any help/suggestions are welcome.Thanks in advance.

1

There are 1 best solutions below

0
On

I cannot be sure about the FuelPHP integration, but CKEditor itself does not come with a built-in file upload capability, you need to integrate a file manager for that (like CKFinder or one of the other plugins from the Addons Repository). You can also create your own file uploader and integrate it with CKEditor.