How to get Uploaded File out of HTML Element

I have an HTML element with a file upload button in it. I want to send the file out of the element into the wix JavaScript so that I can be send to a module and uploaded to s3. Does anyone know how I can do this? Perhaps with postMessage?