NodeOutputFile provides utility methods for interacting with a file of a previous node.
asFile(): File Description: Read the file from the node's output.
Returns: The file as File Object.
FileUploader_1.asFile()asNodeFile(): NodeFileDescription: Get the file as NodeFile which has more information about the file.
Returns: The file as NodeFile Object.
FileUploader_1.asNodeFile()