Skip to main content

Interface: MediaPart

Defined in: xform.ts:69

One media part of a multipart submission (docs/research/14 §2).

Properties

attachmentId

attachmentId: string;

Defined in: xform.ts:75


bytes?

optional bytes?: number;

Defined in: xform.ts:76


field

field: string;

Defined in: xform.ts:73

RFD element the attachment belongs to.


localUri?

optional localUri?: string;

Defined in: xform.ts:78

Where the bytes live locally; the transport resolves them.


mime

mime: string;

Defined in: xform.ts:74


name

name: string;

Defined in: xform.ts:71

Bare filename, unique in the submission; also the multipart part name.