Uploadex v1.0.3 Uploadex.Upload View Source

Ecto type that handles upload.

It stores the filename in the database.

Link to this section Summary

Link to this section Types

Link to this type

upload_binary()

View Source
upload_binary() :: %{filename: String.t(), binary: String.t()}
Link to this type

upload_path()

View Source
upload_path() :: %{filename: String.t(), path: Path.t()}