Hope you all are doing great.
I want to drop video file from outside grapesjs on canvas and save in Database. What I have done so far is dropped the video successfully and convert the video file to blob to show, but when I refresh the page, the video is gone but the component is present because of blob element, so what I want is when the let go of my mouse button after dropping the video it saves the video on my server using ajax request, but what happens as soon as I drop the video, the DataTransfer is empty in
canvas:drop
event, no Files fount the object, so how can I upload it, because I want to upload the file system.
Please help me with the issue, I having been searching a lot on this issue and found nothing.
Thank you.