logu Posted October 25, 2008 Share Posted October 25, 2008 Hi All, I am going to create a mp3 song download site. planing to write a simple download script similar to header('Content-type: application/pdf'); header('Content-Disposition: attachment; filename="downloaded.pdf"'); readfile('original.pdf'); The doubt i have is , if there are N number of download at a time will it create any issues or do we need any technique to handle multiple downloads at a time. please advice. Thanks in advance. Logu Link to comment https://forums.phpfreaks.com/topic/130075-need-suggesiton-reg-download-script/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.