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
Link to this function
public_path()
The URL prefix for the file key.
Examples
iex> Upload.Adapters.Local.public_path
"/uploads"
Link to this function
storage_path()
Path where files are stored. Defaults to priv/static/uploads
.
Examples
iex> Upload.Adapters.Local.storage_path
"priv/static/uploads"