#mnshym-document-upload-stripejs

1 messages · Page 1 of 1 (latest)

rich forge
#

@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

brave elm
#

is there documentation on how to do that with the publishable key?

rich forge
#

no there are no docs but the example I gave you above should be enough right?

brave elm
#

i think so. thank you!