stream uploadBase64

Available for: Content Management Server, Search Engine Server

Task: The command decodes a base64-encoded string and streams it to the Content Management Server so that other applications or scripts can fetch it from there.

Additional information: The command can only be executed in -single mode or from within wizards.

Syntax:

stream uploadBase64 base64EncodedString

Function parameters:

  • base64EncodedString is the encoded character string.

Return value if successful: the streaming ticket ID with which the file can be fetched.

Necessary permissions: no restrictions

Example:

stream uploadBase64 [encodeFile /tmp/test]
2098