FileInfo

class FileInfo(val content: ByteArray, val mediaType: String = "application/octet-stream")

Information about a file used to for uploading.

Constructors

Link copied to clipboard
constructor(content: ByteArray, mediaType: String = "application/octet-stream")

Properties

Link copied to clipboard

The binary content of the file.

Link copied to clipboard

The media type of the file.