Betrayy
Betrayy
TTCTheo's Typesafe Cult
Created by Sandip on 1/3/2025 in #questions
Is it necessary to have backend to upload pdfs, in uploadthing ???
Unless I misunderstood your question there... if you want to directly interact with uploadthing in your backend, you can look at the openapi spec, and use a .NET openapi gen to generate client code
10 replies
TTCTheo's Typesafe Cult
Created by Sandip on 1/3/2025 in #questions
Is it necessary to have backend to upload pdfs, in uploadthing ???
Once you catch the url given by uploadthing in the frontend, pass it to an endpoint in your .NET backend so you can save it to the database
10 replies