Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 961 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 961 Bytes

Upstream

Build status Coverage

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.

Installation

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"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/upstream.