Jump to content

Make file to download instead loading..


siddscool19

Recommended Posts

I want to use curl such that I can make the file to appear as "Are you sure you want to download?" instead of loading the page....

 

Like when I open my php page and it has curl to load http://www.phpfreaks.com it should give me a html file instead of sending the site in text form.........

 

Thanks:)

Link to comment
https://forums.phpfreaks.com/topic/139553-make-file-to-download-instead-loading/
Share on other sites

In the 'header' of your script? Modify the headers so the browser knows to force the download of the file rather than just display the contents fetched from cURL. Can't tell you specifically to your script seen as you've not shown any code...

 

Mr.A

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.