drop-zone icon indicating copy to clipboard operation
drop-zone copied to clipboard

How would I support uploading using pre-signed URLs?

Open majortom64 opened this issue 3 years ago • 0 comments

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!

majortom64 avatar Jan 12 '22 20:01 majortom64