buddhika2010 Posted March 17, 2011 Share Posted March 17, 2011 i need a php script for download the enire directory with the files . i need a script for that .. ex- floder 11 it contains 23 files ....when user click a button i want to download the floder 11 and inside the floder 11 has to be allow files are included in the folder Link to comment https://forums.phpfreaks.com/topic/230906-php-download-scropt/ Share on other sites More sharing options...
bh Posted March 17, 2011 Share Posted March 17, 2011 Hi, use glob to read folders and files, and Zip to zipped it to an archive. To download the archive headers help you eg this github repo (index.php/force_download()) Link to comment https://forums.phpfreaks.com/topic/230906-php-download-scropt/#findComment-1188608 Share on other sites More sharing options...
buddhika2010 Posted March 17, 2011 Author Share Posted March 17, 2011 can u show me a example code written sir Link to comment https://forums.phpfreaks.com/topic/230906-php-download-scropt/#findComment-1188609 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.