문제

I am using ckeditor, I need to upload and retrieve the media used in ckeditor from CDN .Currently it is saving it in the base path (eg. https://stackoverflow.com/ ). I want it to save and retrive from my CDN.

I did found uploadcare but i didn`t understand how to use this and also i think it has its own cdn where as i am trying to find a way to save it in my own cdn.

Thanks for help

Similar question :

define-ckeditor-add-media-library-location

how-to-save-ckeditor-wysiwug-media-in-cdn

올바른 솔루션이 없습니다

다른 팁

Uploadcare indeed uses it's own CDN in case of CKEditor integration.

Most CDN providers will allow you to set base URL of content that you want to be available via CDN (e.g. http://www.example.com/uploads/images/). So that http://some-cdn.com/image.jpeg will distribute your image uploaded by ckeditor to http://www.example.com/uploads/images/image.jpeg

This is the easiest way to configure "PULL" CDN.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top