Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

File download #17

Closed
rjong opened this issue Aug 13, 2017 · 0 comments
Closed

File download #17

rjong opened this issue Aug 13, 2017 · 0 comments

Comments

@rjong
Copy link

rjong commented Aug 13, 2017

Hi there,

I proceed to download the file from the Cloud Storage with the code:
$file = Storage::disk('gcs')->get($fileData->path); header('Content-Disposition: attachment; filename="'.$fileData->filename.'"'); readfile($file);

But it don't work. What's the best way to do it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant