Next.js Discord

Discord Forum

server action file uploads with formdata

Unanswered
Jumbo flying squid posted this in #help-forum
Open in Discord
Jumbo flying squidOP
Hey all, just curious why we have to use formdata to pass files to server actions. Thanks!

2 Replies

its the web standard method for blob data like that, the only other way is to make a manual way of parsing (ie base64 it)
Jumbo flying squidOP
interesting..any idea how that came to be? Seems strange that blob transfer is coupled to form data