add on to the file object

without changing the type of UploadedFile, can i add a field to the file object so my frontend can read it after a file is uploaded
4 Replies
Andrea Peverelli
Are u managing It with a form and formdata?
Elite
EliteOP2y ago
No so I need to feed the image into a post request I got that part, but the problem is how do I return the value from the post request onto the frontend or in the file object
JulieCezar
JulieCezar2y ago
What are you using? UploadThing?
Elite
EliteOP2y ago
ye but i jsut asked, it seems unlikely rn have to save to db and then check

Did you find this page helpful?