Module for handling file upload can be mounted in any Phoenix app via the phoenix router.
It supports simple single thread uploading or multi-threaded uploading provided the client supports it. More details coming soon, as we add tests and finalize the module.
If available in Hex, the package can be installed
by adding upstream to your list of dependencies in mix.exs:
def deps do
[{:upstream, "~> 2.1.0"}]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/upstream.