tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
324 stars 93 forks source link

Upload image local #212

Closed AlexisNarvaez97 closed 3 years ago

AlexisNarvaez97 commented 3 years ago

Hello, this is a query rather than an issue, do you have an example about adding an image from the local?

jscasca commented 3 years ago

Hey @AlexisNarvaez97

Do you mean uploading local images? Here is a quick code sandbox sample of using the images_upload_handler, in case you have a server here is some documentation on how to implement the actual upload on the client side https://www.tiny.cloud/docs/general-configuration-guide/upload-images/#exampleusingimages_upload_handler and here is an example of the backend side https://www.tiny.cloud/docs/advanced/php-upload-handler/

Let me know if this helps

AlexisNarvaez97 commented 3 years ago

Thanks @jscasca