Can I Uploadthing to upload .onnx files?

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 but I couldn't get it to work. Maybe I was doing something wrong?

https://stackoverflow.com/questions/76105855/send-blob-image-from-frontend-to-backend-with-nextjs-and-trpc-t3-stack#comment136300369_76165918
Stack Overflow
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...
Was this page helpful?