main
Ilham Wara Nugroho 2026-03-26 11:29:34 +07:00
parent 84f4f8d453
commit 63cbe19971
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class DatasetTambahanController extends Controller
// $header = $rows[4]; // Baris pertama sebagai header
if (@$request->hasFile('file')) {
$file = $request->file('file');
dd($file);
dd($file);
$destinationPath = public_path('uploads/dataset');
$current = Carbon::now()->format('Y/m/d');
$path = $destinationPath . '/' . $current;