Interface LegacyFileStoreItem

Legacy model for a single item in the file store, representing a binary file.

deprecated

Legacy, will be replaced with a better model.

Hierarchy

  • LegacyFileStoreItem

Index

Properties

b64

b64: string

A data URI with the contents of the file, e.g. data:image/jpeg;base64,/9j/4AAQSk...

element

element: string

The name of the corresponding form element, e.g. upl1

ext

ext: string

The extension of the file, e.g. jpeg

isImage

isImage: boolean

Whether the file is an image.

size

size: number

The file size in bytes

type

type: string

Media type of the file, e.g. image/jpeg