htmlifier icon indicating copy to clipboard operation
htmlifier copied to clipboard

Store data URI in URL for files

Open SheepTester opened this issue 4 years ago • 0 comments

https://scratch.mit.edu/users/Sheep_maker/#comments-129313034

This might have to be an option given that these data URLs may be very long

Might be able to use setData on a DataTransfer and then set a file input's file to the DataTransfer's to set the file input's value from a URL

SheepTester avatar Mar 20 '21 03:03 SheepTester