if (err || !upload) {
                    return res.status(404).render("Error", {
                        title: i18n.gettext("Uploaded image not found."),
                    });
                }