Not sure where to ask this, so will try here.
I'm looking for something like Stripe Checkout but for file uploads. Is there anything like this? The closest I found was Filestack, yet it seems it can't do what I'd need, which is a workflow like:
- Open website and call the File API
- Get a link the user can go to and upload files from
- The user can switch from e.g. Desktop to Mobile easily with a QR code
- The files are uploaded and can be automatically transformed (e.g. images to PDF)
- My app receives a webhook event with some metadata
I'd appreciate any recommendations!