In chronoforms v5 you changed the path in custom code:
$forms->data_actions_config[]["upload_path"]=path
How do you do that in V6?
$forms->data_actions_config[]["upload_path"]=path
How do you do that in V6?
$this->set("mypath", "path goes here");Then use {var:mypath} in the path field, the PHP action should be before the upload action of course.