BcFreezeHelper::upload PHP Method

upload() public method

public upload ( $fieldName, $options = [] )
    public function upload($fieldName, $options = array())
    {
        return parent::upload($fieldName, $options);
        echo 'test';
    }