FileUploadOptions

io.github.edadma.apion.FileUploadOptions
case class FileUploadOptions(storage: StorageEngine, maxFileSize: Long, maxFiles: Int, allowedMimes: Set[String], tempDir: String, preserveExtension: Boolean, createHashOnUpload: Boolean, onProgress: UploadProgress => Unit, filter: UploadedFile => Future[Boolean])

Options for file upload handling

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product