File uploads
- 18 May 2022
- 1 Minute to read
- DarkLight
- PDF
File uploads
- Updated on 18 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
You can find the 'Upload files' flow function in the flow function marketplace.
To use it you need:
- A file object or a list of file objects. For example Take photo and Pick files flow functions output such objects.
- Use a formula binding with the Upload files function to attach "uploadUrl" property to each of the file objects.
[ SET_KEY( outputs["Pick files"].files[0], "uploadUrl", "http://uploadurl") ]
Was this article helpful?