Binary Data

When Internal detects the presence of binary data, it will do three things automatically:

  1. display the data as a base64 encoded string
  2. adds a file uploader to a form or pop-up form component
  3. Shows hashed binary data in the audit log

Supported for HTTP datasources, PostgreSQL (bytea), and MySQL (blob, longblob, mediumblob, tinyblob).

Specifying a binary data input for an HTTP Data Sources

When you’re creating an HTTP Function, you can transmit raw bytes as the body of your HTTP request. You can specify parameters for data, file name, and file type.