Im 99% sure this isn't possible, but here it goes.
I run a service that allows users to store certain images on our website for organisation, and these images are uploaded to a 3rd party website by the user.
What I am trying to do is make a Chrome extension that allows the user to upload the files from our site, directly to the 3rd party site without having to download them to their computer first.
I had already implemented this in a way that mimics the 3rd party websites network request, but as they keep changing how this works, its somewhat tedious to maintain my extension.
Is it possible to mimic a file input dialog? For example, take the binary of the file, and then pass it to the website as if the file dialog "open" button was clicked?
I've looked around but haven't been able to find anything specific