Hi folks,
I had a look around, but couldn't find anything confirming if is possible/easy to config the image function to allow users to upload images to be included in posts, but not have the whole image browser/asset mgmt functionality(?).
I want to use fckeditor in a custom application and allow users to upload and include images in individual posts, but don't need or want an image library and browse function.
Grateful of any advice.
Thanks
Charlie
I had a look around, but couldn't find anything confirming if is possible/easy to config the image function to allow users to upload images to be included in posts, but not have the whole image browser/asset mgmt functionality(?).
I want to use fckeditor in a custom application and allow users to upload and include images in individual posts, but don't need or want an image library and browse function.
Grateful of any advice.
Thanks
Charlie
Re: Disable image browser, but enable image upload
Set
to disable file browser
and this:
to enable quick uploads.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Disable image browser, but enable image upload
Thanks