Can I get file data from the file upload field upon submission?
From inside my Creator app, my users need to send images (.jpg files), documents (.pdf files) and spreadsheet tables (.csv files) to one or more external APIs.
Is there any way to grab the file data (I need to include it in my API calls) from the file upload field upon clicking the submit button?