ckeditor angularjs directive : how to upload multiple images?

梦想与她 提交于 2020-02-20 10:27:14

问题


I am using ckeditor directive just like :

Updating textarea value with CKEditor content in Angular JS

I want to upload multiple images by angularjs directive like this example : http://www.codeproject.com/Articles/616308/Image-upload-with-CKEditor

How can i do that?


回答1:


I have use Angular File Upload to do the same thing. I used it as a service not as a directive.

Angular File Upload

Demo



来源:https://stackoverflow.com/questions/21986869/ckeditor-angularjs-directive-how-to-upload-multiple-images

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!