olon.http.OnDiskFileParamHolder
See theOnDiskFileParamHolder companion object
class OnDiskFileParamHolder(val name: String, val mimeType: String, val fileName: String, val localPath: Path) extends FileParamHolder
This FileParamHolder stores the uploaded file in a temporary file on disk.
Value parameters
- fileName
-
The local filename on the client
- localFile
-
The local copy of the uploaded file
- mimeType
-
the mime type, as specified in the Content-Type field
- name
-
The name of the form field for this file
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article