Skip to main content

Save file from the web

Uploads a file from a given HTTP URI to conneqt. The node result is a reference to the uploaded file, usable as a property value.

Node properties

Uri

The URI of the file you want to upload. E.g. https://example.org/images/image.png

Return:

The node returns 5 bits of information.

ValueReturns
ContentTypeReturns the type of content and the way it's saved.
SizeReturns the size of the file in bytes.
Base64ThumbnailReturns the image in a Base64 encryption. This is the return data you want to reference to use the file in the same flow.
IdentifierThe identifier under which the file is stored in the database. This is the return data you want to copy to reference the file in another flow.
NameReturns the name of the file

Example:

Using an image