How validate a File upload in laravel
To verify there were no problems while uploading the file using isValid() function if ($request->file(‘photo’)->isValid()) { // } Click here for more interview questions
To verify there were no problems while uploading the file using isValid() function if ($request->file(‘photo’)->isValid()) { // } Click here for more interview questions