main
Ilham Wara Nugroho 2026-03-26 11:26:45 +07:00
parent f179cd16f5
commit 9e4ff8cb66
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ class DatasetTambahanController extends Controller
$data = []; $data = [];
$filePath = null; $filePath = null;
if(@$request->file){ if(@$request->file){
dd('a');
$file = $request->file('file'); $file = $request->file('file');
$path = $file->getRealPath(); $path = $file->getRealPath();
// $spreadsheet = IOFactory::load($path); // $spreadsheet = IOFactory::load($path);