TutorMe Posted October 1, 2007 Share Posted October 1, 2007 Is there a way to download all files (preferably images) on a page via a php script? For example, if a page has a lot of links to pictures, I would want to download all of them. I'm not sure if this is even plausible, but I thought I'd at least ask. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/71311-download-linked-images/ Share on other sites More sharing options...
Orio Posted October 1, 2007 Share Posted October 1, 2007 You can only download one file in one page. But you can open lots of php pop ups that close themselves after they open a download screen (as used in download.com for an example), you can prompt as many download screens as you wish. But the best solution in my opinion is to do something like gmail, for an example, does. zip/rar all of the files dynamically and then offer the user to download one zip/rar file that contains all the files you want. Orio. Quote Link to comment https://forums.phpfreaks.com/topic/71311-download-linked-images/#findComment-358914 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.