Further reading
You can learn more about the HTML form element’s enctype
property via MDN Web Docs: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/enctype.
You can find additional information about HTTP POST requests via MDN Web Docs: https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST.
Review this example implementation from Remix’s example repository for uploading files to Cloudinary: https://github.com/remix-run/examples/tree/main/file-and-cloudinary-upload.
You can learn more about Remix’s file upload helpers by reading the Remix documentation: