Can I use uploadthing to upload .onnx (and custom file types) using uploadthing? I Had issues uploading .onnx files in the past, but I may have been using it wrong. It wasn't in the supported file types and I tried to use
blob
blob
but I couldn't get it to work. Maybe I was doing something wrong?
I'm trying to send a picture of a leaflet map from the backend to the frontend where i use the leaflet-simple-map-screenshoter library for taking the image. This returns a blob which i want to send...