问题
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