Re: [PHP] Multiple File Downloads

2007-12-15 Thread Richard Lynch
On Fri, December 14, 2007 2:32 pm, David Giragosian wrote: > Is there a way to download multiple files in one go, short of zipping > them > first into a single file? No. The HTTP protocol is "One Request, One Response Document" Note that you can use PHP to dynamically build a zip file of whateve

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Robert Cummings
On Fri, 2007-12-14 at 21:39 -0500, Jason Pruim wrote: > On Dec 14, 2007, at 5:59 PM, Daniel Brown wrote: > > > On Dec 14, 2007 5:58 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > >> On Fri, 2007-12-14 at 17:32 -0500, Daniel Brown wrote: > >>> On Dec 14, 2007 5:05 PM, Robert Cummings <[EMAIL PROT

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Jason Pruim
On Dec 14, 2007, at 5:59 PM, Daniel Brown wrote: On Dec 14, 2007 5:58 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: On Fri, 2007-12-14 at 17:32 -0500, Daniel Brown wrote: On Dec 14, 2007 5:05 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: I'm at work and at home -- My wife just brought me

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Daniel Brown
On Dec 14, 2007 5:58 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Fri, 2007-12-14 at 17:32 -0500, Daniel Brown wrote: > > On Dec 14, 2007 5:05 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > I'm at work and at home -- My wife just brought me freshly baked > > > shortbread to munch on wh

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Robert Cummings
On Fri, 2007-12-14 at 17:32 -0500, Daniel Brown wrote: > On Dec 14, 2007 5:05 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > I'm at work and at home -- My wife just brought me freshly baked > > shortbread to munch on while I finish up some code :) > > I miss those days. Not the shortbread

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Daniel Brown
On Dec 14, 2007 5:05 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > I'm at work and at home -- My wife just brought me freshly baked > shortbread to munch on while I finish up some code :) I miss those days. Not the shortbread, since I've never had freshly-baked shortbread (though I love sh

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Robert Cummings
On Fri, 2007-12-14 at 16:58 -0500, Daniel Brown wrote: > On Dec 14, 2007 4:49 PM, David Giragosian <[EMAIL PROTECTED]> wrote: > > On 12/14/07, Benjamin Darwin <[EMAIL PROTECTED]> wrote: > > > And I call third-ed on that... is that the right word? > > It is now. > > > Since I'm still at work,

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Daniel Brown
On Dec 14, 2007 4:49 PM, David Giragosian <[EMAIL PROTECTED]> wrote: > On 12/14/07, Benjamin Darwin <[EMAIL PROTECTED]> wrote: > > And I call third-ed on that... is that the right word? It is now. > Since I'm still at work, I'll pass on the humor ( though "these pretzels are > making me thirs

Re: [PHP] Multiple File Downloads

2007-12-14 Thread David Giragosian
On 12/14/07, Benjamin Darwin <[EMAIL PROTECTED]> wrote: > > Aww, we have to wait all the way to Monday? It's fun to sit back and > watch the conversations on here! > > And I call third-ed on that... is that the right word? > > --Ben > > On Dec 14, 2007 4:40 PM, Daniel Brown <[EMAIL PROTECTED]> wrot

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Benjamin Darwin
Aww, we have to wait all the way to Monday? It's fun to sit back and watch the conversations on here! And I call third-ed on that... is that the right word? --Ben On Dec 14, 2007 4:40 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > > You, too, Rob. And to all else, make that seconded by me.

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Daniel Brown
On Dec 14, 2007 4:38 PM, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Fri, 2007-12-14 at 16:24 -0500, Daniel Brown wrote: > > > You could use AJAX, JavaScript, or AJAX to make multiple requests > > > to download various files simultaneously. That would pop up the > > > different boxes. > >

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Robert Cummings
On Fri, 2007-12-14 at 16:24 -0500, Daniel Brown wrote: > On Dec 14, 2007 4:24 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > On Dec 14, 2007 3:32 PM, David Giragosian <[EMAIL PROTECTED]> wrote: > > > > > I've used Richard Lynch's Blog example for forcing the download of an > > > individual file. >

Re: [PHP] Multiple File Downloads

2007-12-14 Thread David Giragosian
On 12/14/07, Daniel Brown <[EMAIL PROTECTED]> wrote: > > On Dec 14, 2007 4:24 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > > On Dec 14, 2007 3:32 PM, David Giragosian <[EMAIL PROTECTED]> wrote: > > > > > I've used Richard Lynch's Blog example for forcing the download of an > > > individual file. >

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Daniel Brown
On Dec 14, 2007 4:24 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Dec 14, 2007 3:32 PM, David Giragosian <[EMAIL PROTECTED]> wrote: > > > I've used Richard Lynch's Blog example for forcing the download of an > > individual file. > > > > Is there a way to download multiple files in one go, short

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Daniel Brown
On Dec 14, 2007 3:32 PM, David Giragosian <[EMAIL PROTECTED]> wrote: > I've used Richard Lynch's Blog example for forcing the download of an > individual file. > > Is there a way to download multiple files in one go, short of zipping them > first into a single file? > > Concepts / directional shove

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Andrew Ballard
On Dec 14, 2007 3:49 PM, David Giragosian <[EMAIL PROTECTED]> wrote: > > On 12/14/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > > > > > On Dec 14, 2007, at 3:37 PM, Daniel Brown wrote: > > > > > On Dec 14, 2007 3:32 PM, David Giragosian <[EMAIL PROTECTED]> > > > wrote: > > >> I've used Richard Lyn

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Jason Pruim
On Dec 14, 2007, at 3:37 PM, Daniel Brown wrote: On Dec 14, 2007 3:32 PM, David Giragosian <[EMAIL PROTECTED]> wrote: I've used Richard Lynch's Blog example for forcing the download of an individual file. Is there a way to download multiple files in one go, short of zipping them first int

Re: [PHP] Multiple File Downloads

2007-12-14 Thread David Giragosian
On 12/14/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > > On Dec 14, 2007, at 3:37 PM, Daniel Brown wrote: > > > On Dec 14, 2007 3:32 PM, David Giragosian <[EMAIL PROTECTED]> > > wrote: > >> I've used Richard Lynch's Blog example for forcing the download of an > >> individual file. > >> > >> Is the

Re: [PHP] Multiple File Downloads

2007-12-14 Thread Daniel Brown
On Dec 14, 2007 3:32 PM, David Giragosian <[EMAIL PROTECTED]> wrote: > I've used Richard Lynch's Blog example for forcing the download of an > individual file. > > Is there a way to download multiple files in one go, short of zipping them > first into a single file? > > Concepts / directional shove