Skip to main content

Interface: UploadedFile

Defined in: forms/fileUploadProvider.ts:38

Represents an uploaded file.

See

FileUploadProvider

Extended by

Properties

PropertyModifierTypeDescription

iri

readonly

string

Unique file IRI, generated by the upload provider.

metadata

readonly

ElementModel

File metadata, generated by the upload provider.

Depending on the provider, may contain these or other properties:

  • rdfs:label with original file name, e.g. my_picture.png;
  • schema:encodingFormat with file MIME-type, e.g. image/jpeg;
  • schema:fileSize with file size, e.g. 1024B;
  • schema:uploadDate with the upload date and time, e.g. 2026-01-01T12:00:00Z.