How to uploading images from frontend to Deno.serve()
Hey,
can someone please give me a vanilla code example on how to upload files from my frontend application to the server that uses
I know how to upload the image in the frontend and send it to the Deno backend using a POST request, but how can I work with this image on the server side?
Currently my backend is set up without any framework.
Thanks!
can someone please give me a vanilla code example on how to upload files from my frontend application to the server that uses
Deno.serve().I know how to upload the image in the frontend and send it to the Deno backend using a POST request, but how can I work with this image on the server side?
Currently my backend is set up without any framework.
Thanks!
