Uploadex v3.0.0-rc.1 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(),
  content_type: String.t()
}
Link to this type

upload_path()

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