Browser Rendering File Upload
I've got a situation where I need to upload a file on a page with a file form input. (Cloudflare) Puppeteer has a function to interact with file input dialogs, but it requires a path to the file.
I'm not sure how to go about getting this as, as far as I'm aware, I can't access the file system for the worker.
Is there another way to go about this?
Cheers
0 Replies