[GH-ISSUE #142] Support for drag-n-drop and upload image from the computer #278

Closed
opened 2026-03-15 02:01:51 +03:00 by kerem · 1 comment
Owner

Originally created by @Melvynx on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/142

Currently, it is not possible to add any image by uploading. The only way is to upload it somewhere else and then upload it again.

It would be nice to have this API:

type onImageUpload = (blob: Blob) => Promise<string>

<Editor
  onImageUpload={async () => {}}
/>

Current behavior:

Image

Originally created by @Melvynx on GitHub (Mar 4, 2025). Original GitHub issue: https://github.com/arikchakma/maily.to/issues/142 Currently, it is not possible to add any image by uploading. The only way is to upload it somewhere else and then upload it again. It would be nice to have this API: ```tsx type onImageUpload = (blob: Blob) => Promise<string> <Editor onImageUpload={async () => {}} /> ``` Current behavior: ![Image](https://github.com/user-attachments/assets/8f12716b-0adf-42c9-a8a0-533702a67b6f)
kerem closed this issue 2026-03-15 02:01:57 +03:00
Author
Owner

@arikchakma commented on GitHub (Mar 4, 2025):

Definitely we will add it sooner, I am in a process of making a proper app inside Maily, so we will add it.

<!-- gh-comment-id:2697833103 --> @arikchakma commented on GitHub (Mar 4, 2025): Definitely we will add it sooner, I am in a process of making a proper app inside Maily, so we will add it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/maily.to#278
No description provided.