update
parent
f179cd16f5
commit
9e4ff8cb66
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue