Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
File Helpers
Overview
Operations (sample payloads)
Operations
File Helpers Operations
Latest version:
2.6
Changelog
Convert file from Base64
Creates a new file from a Base64 encoded file.
Convert file to Base64
Creates a new Base64 encoded file from an original file.
Convert to UTF-8 from URL
Creates a new file encoded into UTF-8 encoding, from an original file, using an URL.
Create byte ranges list
Create a list of byte range arrays for use with chunked uploads.
Create file from content
Create a file from some content.
Create file from URL
Create a file by downloading from a given URL.
Get file size
Gets the size of a file in bytes.
Read file contents
Reads a file's contents and outputs it as a string.
Read file contents as array
Read a file's contents and output it as an array.
Upload file as form data
Upload a file to a URL as part of a 'FormData' object.
Upload file chunk
Upload a chunk of a file. See documentation for an example use case.
Upload file to URL
Upload a file to a URL.
Previous
Operations (sample payloads)