#mnshym-document-upload-stripejs
1 messages · Page 1 of 1 (latest)
@brave elm this is not something you can do with Stripe.js itself as we don't support it
But you can upload files client-side with a Publishable key if you make the right request
We recommend proxying it through your own server but just in case https://jsfiddle.net/thorstripe/bdm3j2rn/ is a basic example
is there documentation on how to do that with the publishable key?
no there are no docs but the example I gave you above should be enough right?
i think so. thank you!