I've spent all day banging my head on my keyboard trying to upload an audio file to S3/B2 that was recorded from my React app. Then I remembered to try UploadThing.
But I've hit another brick wall. How do I upload a blob with UploadThing? I tried
startUpload([blob])
startUpload([blob])
but it tells me, "Type 'Blob' is missing the following properties from type 'File': lastModified, webkitRelativePath."