Ecto type that handles upload.
It stores the filename in the database.
upload_binary() :: %{filename: String.t(), binary: String.t()}
upload_path() :: %{filename: String.t(), path: Path.t()}