if (defined("__QCUBED_UPLOAD__")) {
            if (!file_exists(__QCUBED_UPLOAD__)) {
                // Did the user move the __INCLUDES__ directory out of the docroot?
                $obj = new QInstallationValidationResult();
                $obj->strMessage = 'Create the "' . __QCUBED_UPLOAD__ . '" directory.';