How would I go about passing an image to the server using tRPC?
I'm reviewing all my options here but I'm currently thinking of uploading the file and then the server uses the URL of the image to read.
I only need the image temporarily to read, so it just wouldn't make sense for me to upload it and just leave it in an s3 or r2 bucket..
I only need the image temporarily to read, so it just wouldn't make sense for me to upload it and just leave it in an s3 or r2 bucket..