Answer the question
In order to leave comments, you need to log in
Why does it give a file with 0 size for laravel download?
I'm trying to download a file, it sends it for download with the correct name and permission but with 0 size.
Link to download
<a href="{{route('download', $material->link)}}" download>Завантажити</a>
public function download($path){
return response()->download(public_path($path));
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question