wasabeef / richeditor-android

RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
Apache License 2.0
6.22k stars 1.2k forks source link

How to store image file to server? #275

Open rafflypohan opened 2 years ago

rafflypohan commented 2 years ago

so i want to insert image from gallery and store it to server, but if i use local path, it doesn't show in web server otherwise if i just take the image file, the image cannot showed in text editor

Clement-Cauet commented 1 year ago

Hi !

I found a solution, but I don't know if this will help you or if you have found another solution : https://github.com/wasabeef/richeditor-android/issues/289

Bye and good luck for the future.

Clerclem