springload / draftail

📝🍸 A configurable rich text editor built with Draft.js
https://www.draftail.org/
MIT License
613 stars 64 forks source link

How can we upload Image from Local computer and show in Draftail Text Editor #439

Closed Hamzakhann closed 3 years ago

Hamzakhann commented 3 years ago

I have a Nextjs Project and I am using Draftail but I wanna upload file from local computer and show in the editor .

Can you please guide me how can I achieve it.

Thank you

thibaudcolas commented 3 years ago

Hey @Hamzakhann, long story short, this isn’t possible. You’d need to combine the editor with another system that manages image uploads, storage, etc.

Note there is a template when filing questions as issues – please make sure to follow this template in the future.