DiogenesAnalytics / parley

Browser-based interview/application form.
https://diogenesanalytics.com/parley/
MIT License
0 stars 3 forks source link

Feature: Convert File Uploads to Data URLS and Store as Input of Type Text #20

Open DiogenesAnalytics opened 7 months ago

DiogenesAnalytics commented 7 months ago

Problem

Certain scenarios may arise where it is actually desirable to store the base64 encoded data from a file as an input of type text and send it to the form backend as such (as opposed to trying to upload the files to the form backend service)

References