Elixir Library for file upload

Please kindly assist with the library I can use to upload files on elixir application with no phoenix framework

Hey! I think we’d need some more info before we can recommend something.

Where do you want to upload those files? S3 or store on the server? If you don’t use Phoenix, does it mean you are not using any web framework? What do you use, then?

You can use cowboy to handle uploads:
https://ninenines.eu/docs/en/cowboy/2.10/guide/multipart/

1 Like