Posts by Leonardo Ferreira • 111 points
1 post
-
0
votes2
answers476
viewsA: Download API request file into server folder (localhost) with PHP
If I understand correctly, you must change the header in the third row to the following: header("Content-Disposition: attachment; filename=filename=test.zip"); This way you will already…