Is there any way to insert a blob to an input file? I have on my website an input file where the user uploads a image. Then a preview of his image is display on my website, and the customer can edit this image. That image is a canvas that i convert then to blob.
So i need to insert this blob to the same input file where the customer has upload his file. Is there any solution for this? Hope you can help me!