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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article