uploadDir . $txtFile) ) { $this->set('textFilePath', $config->uploadDir . $txtFile); } $this->_stateMachine = new CRM_SMS_StateMachine_Send($this, $action, $mailingID); // create and instantiate the pages $this->addPages($this->_stateMachine, $action); // add all the actions $uploadNames = array_merge(['textFile'], CRM_Core_BAO_File::uploadNames() ); $this->addActions(CRM_Core_Config::singleton()->uploadDir, $uploadNames ); } }