Atualizar src/enviar.php #1

Merged
2342532 merged 1 commits from update into main 2024-09-02 18:45:40 +00:00
Showing only changes of commit 56196135a2 - Show all commits

View File

@ -6,7 +6,7 @@ if (isset($_FILES["arquivo"])) {
"uploads/ultimo_relatorio.csv",
"uploads/" . date("d_m_y") . ".csv"
);
copy($nome_temporario, "uploads/$nome_real");
copy($nome_temporario, "uploads/ultimo_relatorio.csv");
}
echo "<form action='enviar.php' method='post' enctype='multipart/form-data'>";