R
R
rennamed_user1232021-10-01 14:16:12
Laravel
rennamed_user123, 2021-10-01 14:16:12

Laravel file not downloading?

header("Content-Description: File Transfer\r\n");
        header("Pragma: public\r\n");
        header("Expires: 0\r\n");
        header("Cache-Control: must-revalidate, post-check=0, pre-check=0\r\n");
        header("Cache-Control: public\r\n");
        header("Content-Type: text/plain; charset=UTF-8\r\n");
        header("Content-Disposition: attachment; filename=".Storage::url($_POST['link'])."\r\n");
        return Storage::url($_POST['link']);

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question