Simultaneous download of files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

peterhck
Forum Newbie
Posts: 9
Joined: Tue Jun 19, 2007 8:22 pm

Post by peterhck »

Yes the links are on the same page. The files for download are delivered to the user from PHP reading the file and outputting it to the user when they click the link.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

And when you click another link, does the download box pop up and wait for the first one, or does it wait until the first one is done before even popping up?
peterhck
Forum Newbie
Posts: 9
Joined: Tue Jun 19, 2007 8:22 pm

Post by peterhck »

The download box will not pop up until the first one is finished.
Post Reply