Replies: 1 comment 5 replies
-
Hey @johnbonds you can easily do this using useRequestPreSend. This guide explains the concept in detail - Dynamic Parameters This post may also be useful for you: https://dev.to/danstanhope/react-file-upload-using-s3-pre-signed-urls-1a6d Hope these are helpful. If you have more questions please let me know |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm writing a react native app with file upload capability. Not sure if I'm just missing a basic concept here but it seems like the context is configured to upload for a single destination URL. If I have a different URL for each file being uploaded and I'm developing my own UI, how do I use the uploady context API to upload files? Currently using axios directly.
Beta Was this translation helpful? Give feedback.
All reactions