kolkov / angular-editor

A simple native WYSIWYG editor component for Angular 6 -14+
https://angular-editor.kolkov.ru
MIT License
675 stars 361 forks source link

Cant find upload: (file: File) => { ... } on AngularEditorConfig #305

Open edn9 opened 4 years ago

edn9 commented 4 years ago

I cant find this option to make my function get the image and then send to my server. I'm having a lot of troubles trying to figure out how to make the uploadUrl work, my server is in an https host, but I cant get to acess it with localhost, I am doing it wrong?

How do you use uploadUrl? The server need to be in the same folder as the program? I cant understand.

I'm using angular-editor 1.1.4 with angular 10 and php slim in my backend.

kolkov commented 4 years ago

If you have server on localhost, you need to use proxy server from angular, if you use other then 80port for http.

TrofinSorin commented 3 years ago

@kolkov Latest version: 1.1.4 image

image

upload function doens't work, seems the editorConfig interface isn't updated

Am i doing smth wrong?

albertot-dev commented 3 years ago

i have same issue that @TrofinSorin

Mentor-kh commented 3 years ago

The same issue received. Any advice on when this will be fixed, or how to fix it?

TrofinSorin commented 3 years ago

@kolkov sorry to bother but when will this be fixed? It's a very important feature that we need.

vella-nicholas commented 3 years ago

The feature is not working for me neither.

srijanlama commented 2 years ago

having same problem any updates ?