H
Hono2mo ago
Arthur

formdata get uploaded file

sd
No description
8 Replies
Arthur
ArthurOP2mo ago
No description
Arthur
ArthurOP2mo ago
I sent the data like this using insomnia but im not sure how to get the file
Arthur
ArthurOP2mo ago
No description
Arthur
ArthurOP2mo ago
it seems that it is somewhere but ye nvm actually it seems that the code is fine but insomnia just never uploads the file
Philipp
Philipp2mo ago
Yeah, seems like everything is fine :/ Try this without using previous logic with router. Just pure app.post("/media", async (c) => { This is the only possible issue i can think of
Arthur
ArthurOP2mo ago
I did not use the request body tho @Aditya Mathur any tips?
Aditya Mathur
Aditya Mathur2mo ago
regarding the design? or are you still facing this issue?
Arthur
ArthurOP2mo ago
It seems that this issue occurs only when using insomnia in postman it works allright

Did you find this page helpful?