Hi all am currently trying to perform a
Hi all, am currently trying to perform a multi file upload using cloudflare workers and R2 but I keep getting this error
I previously tried using the workers R2 Runtime error and got the same error too. Any tips on how to debug this?
2 Replies
I tried putting my source code together here in case anyone wants to give it a spin
Workers : https://gist.github.com/ivanleomk/d31d49ce7412dc958bec353a273e0925
Gist
Cloudflare worker source code
Cloudflare worker source code. GitHub Gist: instantly share code, notes, and snippets.
On the front end, I am splicing files using a simple
.splice
function.