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