Closed shankhadevpadam closed 4 months ago
I have configured digital ocean spaces for the media library. It's worked fine. But force download in not working.
public function download(Media $item) { return response()->download($item->getPath(), $item->file_name); }
It's return
Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException
it returns a path like this
media/9776/PXL_20240704_040827266.jpg
I have configured digital ocean spaces for the media library. It's worked fine. But force download in not working.
It's return
it returns a path like this