D
Size: a a a
Ф
と
と
AS
と
と
AS
と
と
と
AS
と
RN
S
<input type="file" id="file" name="file" >
В контроллере проверяю if($request->has('file')) - да, он есть.$request->file('file')->store('public');
Но $request->file('file') у меня строка, как я могу применить к нему store()? Что я упускаю?D
S
D