Hi, I am having some problem with upload multiple files. I uploaded multi files and my database its show the current number and its look good but in the file path its doesn't show all the file just only 2 files if i upload more then 2 .
here is my controller
'''
public function postUploadImages(Request $request, Page $page)
{
// $this->validate($request, [
// 'path' => 'required|image|mimes:jpeg,bmp,png'
// ]);