stripe-apps
stripe-apps copied to clipboard
Functionality and UI component for uploading files
Is your feature request related to a problem? Please describe. Our app requires files to be uploaded and linked to Stripe products to properly fulfill merchant orders.
Describe the solution you'd like
A FileUpload
Ui component to allow uploading a file to a third party or within Stripe's available object space
Describe alternatives you've considered We are currently redirecting the user in a new tab to our web app where they can upload files. On the Stripe app side, we perform polling to determine when the upload is complete and update the app UI.
Additional context I know this is a hard problem :)
This is not something that we will likely get in for the May launch, but it is certainly on our radar for the future.
Thank you @mjohnsonpint-stripe!
I just want to add a vote on this feature.
We're building an app where we want users to be able to do most of the app tasks from the Stripe app. Some of those tasks involve uploading files for customisation, like logos. We can make this happen in a UI outside of the app but it would be a better user experience to allow users to do it from inside our app.
+1 here. There is currently no way to have users upload a file since <input type="file"/>
shows as an unsupported component.
+1 here
Any updates on this?