yolop Posted December 16, 2008 Share Posted December 16, 2008 hi i want to download file for ex. his name is 4.gif i want that file will download by another name link 10.gif how i change his name only for download thank. Quote Link to comment https://forums.phpfreaks.com/topic/137248-how-to-change-file-name-in-download/ Share on other sites More sharing options...
Adam Posted December 16, 2008 Share Posted December 16, 2008 Check the repository: http://www.phpfreaks.com/forums/index.php/topic,95433.0.html A Quote Link to comment https://forums.phpfreaks.com/topic/137248-how-to-change-file-name-in-download/#findComment-716986 Share on other sites More sharing options...
yolop Posted December 16, 2008 Author Share Posted December 16, 2008 I LOOKED but i didn't understand where i write the location the file i want to download and where i write the name of the "new file" thank Quote Link to comment https://forums.phpfreaks.com/topic/137248-how-to-change-file-name-in-download/#findComment-717003 Share on other sites More sharing options...
Adam Posted December 16, 2008 Share Posted December 16, 2008 I only had a quick look, but it would appear this line allows you to set the file name: header( "Content-Disposition: attachment; filename=".basename($file)); A Quote Link to comment https://forums.phpfreaks.com/topic/137248-how-to-change-file-name-in-download/#findComment-717049 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.