stein_storage v0.1.0 Stein.Storage.FileUpload View Source

Processed file struct for use in uploading.

Create with Stein.Storage.prep_file/1

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Stein.Storage.FileUpload{
  extension: String.t(),
  filename: String.t(),
  path: String.t()
}