ptl's avatar
Level 1

After upload file, it is returning a value of uploads/d87478f7c4717c356353a760fab9addc.jpeg but there is no file there?

$path = $request->file('image')->store('upload'); return $path;

after use this, it is returning a value of uploads/d87478f7c4717c356353a760fab9addc.jpeg but there is no file there? I checked in storage/apps , storage/apps/public. But also it is not there. can you tell me how to fix it ?

0 likes
4 replies
ptl's avatar
Level 1

@SNAPEY - Thank you for helping.I tried to it. But it is not working. There is another way to do it.?

Snapey's avatar

The docs containing working example. Share your code if you need help.

As to other examples, there are countless tutorials for this and all have their own way of doing this very common task

1 like

Please or to participate in this conversation.