You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I use Trix to create a chat on my website and I am having the following problem.
Users are copying images (Github, discord) and placing them using CTRL + V, however, the URL of these sites remains expired and over time the image is lost, giving the user the false impression that the image was sent.
I would like to know if there is any functionality that already does this upload when ctrl + v is pressed or if there is an event that I could listen to to download and send to Active Storage to persist in my backend.
When dragging and dropping the image on my machine it works, but I would like to upload images pasted using CTRL + V.
Below is a GIF exemplifying the image pasted with the Discord URL:
Here's a GIF of the functionality I'd like to have on Github:
The text was updated successfully, but these errors were encountered:
Hello, I use Trix to create a chat on my website and I am having the following problem.
Users are copying images (Github, discord) and placing them using CTRL + V, however, the URL of these sites remains expired and over time the image is lost, giving the user the false impression that the image was sent.
I would like to know if there is any functionality that already does this upload when ctrl + v is pressed or if there is an event that I could listen to to download and send to Active Storage to persist in my backend.
When dragging and dropping the image on my machine it works, but I would like to upload images pasted using CTRL + V.
Below is a GIF exemplifying the image pasted with the Discord URL:
Here's a GIF of the functionality I'd like to have on Github:
The text was updated successfully, but these errors were encountered: