I need a rich textarea in which we have the option to insert images from the local file-system and upload it to the server (also S3 - but it can done with a background task).
I am currently using tinymce but it does not have the feature to insert image from the local filesystem.
What can I use to get such a functionality?
NB - I am using PHP as the backend.