How can I send a chunked file to a user for download?

@shahryarjb as I understand it you don’t need to manually make it stream, it always streams. There is an example in the documentation: https://hexdocs.pm/plug/1.8.1/Plug.Conn.html#send_file/5-examples

2 Likes