Save File
Saves a file from an element or URL
- Element
- Saves the source of an element (
<img>
,<video>
, or<audio>
)
- URL
- Saves the media at the URL
- If content type is Element
- If content type is URL
- URL of the media to save
- Name to save the file as
- Where to save the file
- Name of the variable to store the path/URL of the downloaded file
- Storing the local file path is only needed if the downloaded file will later be uploaded in the flow since Upload File requires an absolute path
Last modified 1mo ago