Goal
I only have baes64/blob data available from a <canvas />
and want to upload the image via from submission in front-end.
Methods I've tried
I've read about Uploading Files from Front-End Entry Forms in doc.
CraftCMS ONLY supports <input type="file">
. The file type input does not support accepting re-assign value like other input tags directly.