sys.files
variable will be deprecated in the future. Both have been marked as LEGACY
, and developers are encouraged to use custom file variables to add file upload functionality to Workflow applications.sys.files
variable.
sys.files
variable.
sys.files
variable will still be used as the default Vision input. The image upload entry in the application interface will be replaced with a file upload entry.sys.files
variable and the image upload feature have been marked as LEGACY
, but they can still be used. However, these LEGACY
features will be deprecated in the future, and a manual update will be required at that time.sys.files
is correctly selected as the input item in the Vision box.
For Workflow applications:
• Create a file-type variable in the “Start” node.
• Reference this file variable in subsequent node instead of using the LEGACY sys.files
variable.