saquib.rizwan27636 Approved

Member since: 2018-03-05

Recent posts by saquib.rizwan27636
Post When

Try picking the file from the laravel HTTP request variable.

$files = $request->file('photos');

An...

Posted in Frontend File upload [resolved]