API Reference upload v0.3.0

Modules

An opinionated file uploader.

A behaviour that specifies how an adapter should work.

An Upload.Adapter that doesn't actually store files.

An Upload.Adapter that saves files to disk.

An Upload.Adapter that stores files using Amazon S3.

An Upload.Adapter that keeps track of uploaded files in memory, so that you can make assertions.

Allows Ecto to handle file uploads.

This is a behaviour that defines how an uploader should behave. It comes in handy if you want to validate uploads or transform files before uploading.