I have a form, that via Javascript, is communicating with an API, that returns a file.
The file is automatically downloading and ending up in the user's Downloads folder, which is great.
But then I have to instruct the user to go upload said file from their Downloads folder.
I would really love to automate this piece, and have it automatically attach the document to the File Upload functionality.
Does anyone have any experience doing anything like this with Javascript?
Thank you!