Open keatwei opened 5 years ago
my function looks like this, but seems could not get the image public function store(Request $request) { $files = [];
$file = $request->file('file'); $uploaded = []; //process image return response()->json($uploaded);
}
My Script
the name of the file sent is "upload" not "file"
my function looks like this, but seems could not get the image public function store(Request $request) { $files = [];
}
My Script