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
@robdove I was looking into this request, I apologize I thought it was a bug, but I am confused about how this is being used. I can modify the File field type to allow base64 data to be uploaded, but I am failing to understand how a file is being uploaded as data to begin with. Some more context may help me understand the problem and a concrete solution.
I'm creating a screenshot of an element on the page using html2canvas. I then need to upload this image with the form so it's stored on the server and also emailed as part of the submission. I can only create a base64 encoded image on the front end to be uploaded. The Craft docs have an example how to upload an asset in this format and was hoping this could also be used with Wheelform.
I'm attempting to upload an image as base64 encoding.
I've tried to follow the Craft documentation for assets fields - https://craftcms.com/docs/3.x/assets-fields.html#creating-new-assets
Is it possible with this plugin?
The text was updated successfully, but these errors were encountered: