Send file back from server action
Unanswered
New Guinea Freshwater Crocodile posted this in #help-forum
New Guinea Freshwater CrocodileOP
Is there a way to send back a downloadable file from a server action to a client?
My file could either be a Buffer, ArrayBuffer or Blob. How do I send it as a downloadable to the client?
My file could either be a Buffer, ArrayBuffer or Blob. How do I send it as a downloadable to the client?
2 Replies
@New Guinea Freshwater Crocodile Is there a way to send back a downloadable file from a server action to a client?
My file could either be a Buffer, ArrayBuffer or Blob. How do I send it as a downloadable to the client?
no, it need to be done with route handler as the arguments and return value of Server Actions must be serializable by React
New Guinea Freshwater CrocodileOP
Thank you, appreciate the quick response