Hey!
I need to add file uploading to my webapp, but all the uploading related things I can find in Remix are unstable? Are these fine to use in prod or does anyone know some other way? I need to save the files to the local server and then serve the images - can't use S3 or an external file host.
My exact use case is having an admin (HR member) upload images of internal tooling/whatever and then I should be able to display these images later to other unauthenticated users.
If I'm approaching this the wrong way I'm also open to suggestions. I'm mostly a Rails dev so the JS ecosystem is still a bit foreign.