update
parent
f179cd16f5
commit
9e4ff8cb66
|
|
@ -146,6 +146,7 @@ class DatasetTambahanController extends Controller
|
|||
$data = [];
|
||||
$filePath = null;
|
||||
if(@$request->file){
|
||||
dd('a');
|
||||
$file = $request->file('file');
|
||||
$path = $file->getRealPath();
|
||||
// $spreadsheet = IOFactory::load($path);
|
||||
|
|
|
|||
Loading…
Reference in New Issue