Skip to main content
Version: 2.11

Get Binary File Content

Get the content of a file as binary object.

Description

Return the binary content of the specified file as a plain JavaScript <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer" target="_blank">ArrayBuffer</a>.

Inputs

  • Control Flow (Control Flow)
  • file (File): The file to be read.

Outputs

  • Control Flow (Control Flow)
  • content (Object): The file content as ArrayBuffer
  • Error Flow (Error Flow): Propagate an error if an issue occurs while getting the binary content