1

I have installed ngx-editor, but when trying to upload an image it does not leave me and gives an error, both with "jpg" and with "png".

They are files from my local computer, and they are small in size.

From what I see in the official example, it does not stop going up either, it gives me the same error:

https://ngx-editor.stackblitz.io/

ERROR:

Imagen endpoint isn't provided or invalid
Jose
  • 1,779
  • 4
  • 26
  • 50

1 Answers1

1

Please see this documentation page.

You need to implement your own endpoint API, which should receive the file via HTTP POST, store it somewhere then return a JSON containing the url of the file saved to your server.

afe
  • 399
  • 1
  • 4
  • 25