Uploading files to uploadthing directly using fetch API or similar
I am currently trying to write a migration script that simply moves my local files over to uploadthing. I want to do this in a ts script using bun.
I tried doing it like this:
But that gave me an error.
Following the documentation I tried implementing the https://docs.uploadthing.com/api-reference/client#upload-files example and https://docs.uploadthing.com/api-reference/ut-api#upload-files without luck.
Anyone got an idea of how to do this?
uploadthing/client - UploadThing Docs
The UploadThing Client module provides utilities for working with files in your application and communicating with your backend file router.
UTApi - UploadThing Docs
TypeScript SDK for consuming the UploadThing REST API.
0 Replies