Hello,
I'm trying to upload a file following these steps: https://blogs.dropbox.com/developers/2016/03/how-formio-uses-dropbox-as-a-file-backend-for-javascript-apps/
And I don't know how I can get the file from my HTML:
<input id="inputFile" type="file" name="inputFile" accept="*">
Into my javascript like a file object selected in the file widget