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. 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 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 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 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
Archived
This topic is now archived and is closed to further replies.