Page 1 of 1

force download help

Posted: Thu Aug 23, 2007 12:06 pm
by pathfinder80
I have a php application where I have to force download two report files on clicking a submit button. I am able to force download one file, but don't know how to download two files, one after the other. Do anybody have idea regarding this....
Thanks in advance...

Posted: Thu Aug 23, 2007 12:07 pm
by feyd
It's not exactly possible.

Posted: Thu Aug 23, 2007 3:14 pm
by superdezign
You could... try compressing the files into one package. I'm sure your users would appreciate the convenience of a single download, and possibly the slight decrease in file size.

Posted: Thu Aug 23, 2007 4:54 pm
by pathfinder80
superdezign ,

Could you please let me know how to compress the files into one package.

Thanks!

Posted: Fri Aug 24, 2007 7:27 am
by superdezign
*.7z, *.zip, *.rar, *.ace, *.gz, *.tar.gz, etc.

Get a compression program. 7zip is good and free.