upload v0.2.0 Upload.Adapters.Local

Link to this section Summary

Functions

The URL prefix for the file key

Path where files are stored. Defaults to priv/static/uploads

Link to this section Functions

The URL prefix for the file key.

Examples

iex> Upload.Adapters.Local.public_path
"/uploads"

Path where files are stored. Defaults to priv/static/uploads.

Examples

iex> Upload.Adapters.Local.storage_path
"priv/static/uploads"