Uni Upload File Info
data class UniUploadFileInfo(val fileName: FileName, val mimeType: String, val inputAllocator: LambdaInputProvider)(source)
Information about a file to upload in a multipart request. This allows uploading from custom sources beyond regular files.
Parameters
file Name
The name of the file
mime Type
The MIME type of the file
input Allocator
A lambda that provides input streams for reading the file data