You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I had a server function that could be called with data from a file item (e.g. file name, WebKit Relative Path, file length and mime type) and would return a pre-signed URL, the method (PUT or POST), any additional headers and a success callback, how would I set this to call it for each file when it is ready to upload and then use the pre-signed URL for the upload?
Thanks!
The text was updated successfully, but these errors were encountered:
If I had a server function that could be called with data from a file item (e.g. file name, WebKit Relative Path, file length and mime type) and would return a pre-signed URL, the method (PUT or POST), any additional headers and a success callback, how would I set this to call it for each file when it is ready to upload and then use the pre-signed URL for the upload?
Thanks!
The text was updated successfully, but these errors were encountered: