"> setLotto($_POST["codice_lotto"])) { $record = $concorso->info; $round = $concorso->round; $lotto = $concorso->lotto; $breadcrumb = array(); $breadcrumb["/".$radice."/"] = Modulo::getInfo($radice)["titolo"]; $breadcrumb["/".$radice."/dettaglio.php?codice={$record["codice"]}&codice_lotto={$lotto["codice"]}"] = __("Dettaglio"); $breadcrumb["partecipa.php?codice={$record["codice"]}&codice_lotto={$lotto["codice"]}"] = __("Pannello"); $breadcrumb[] = __("Carica documento"); include_once ($root."/layout/top.php"); ?>

getRichiesta($_POST["codice_richiesta"]); if (!empty($richiesta)) { $busta = $concorso->busteDisponibili()[$richiesta["busta"]] ?? null; if (!empty($busta)) { if (strpos($_POST["filechunk"], "../")===false) { $chunkPath = $config["chunk_folder"]."/".$_SESSION["utente"]->codice."/".$_POST["filechunk"]; $p7m = new P7Manager($chunkPath); if ($busta["firma"] || !$p7m->hasSignedContent($chunkPath)) { $esito = $concorso->getManagerPartecipazione()->saveBusta($_POST); if ($esito["esito"] === true) { alertManager::printSuccessBox(__("Operazione effettuata con successo"),"Hash SHA 256:" . $esito["feedback"]); } else { alertManager::printAlertBox(__($esito["feedback"])); } } else { alertManager::printAlertBox(__("Impossibile caricare file firmati digitalmente"),__("Procedere a caricare file privi di firma")); } } else { alertManager::printAlertBox(__("Errore nel file allegato")); } } else { alertManager::printAlertBox(__("Errore nell'individuazione della busta")); } } else { alertManager::printAlertBox(__("Errore nella richiesta")); } ?> &codice_lotto=">
'; die(); } } else { echo ''; die(); } } else { echo ''; die(); } ?>