Skip to main content

Download

Overview

A non-visible component used to download files to a local device

Blocks

Methods

Create Blob

Returns: Blob

Creates a blob from a given array of bytes or binary or text

loading block...

Input ParamsTypeDescription
dataListThe data can be string or binary or bytes
mimeTypeStringThe content mimeType. To know what is a mimeType and what are they, check this

Create Blob Url

Returns: String

Creates a blob URL from the given blob

loading block...

Input ParamsTypeDescription
blobBlobThe blob that is created and returned from the Create Blob block.

Download

Downloads the file

loading block...

Input ParamsTypeDescription
file nameStringThe name of the file with file extension.
urlStringThe URL from which the file is to be downloaded.