at the moment i am working with the two communicating jumi modules design to try and create the following:
------------
input (module 1)
- multiple file names of files on server can be checked (eg by checking radio boxes)
- user clicks submit
processing
- selected files are zipped into one file
output (module 2)
- download link
-------------
i have found the following sites that are using similar technology, but would really like to know if there is any simple (preferably database free) way of implementing this?
http://demo.chestysoft.com/zipfile/zipdemo1.asp
http://www.gleamtech.com/products/filevista.asp
http://www.codeproject.com/aspnet/upsanddowns.asp
http://www.filezipper.net/
http://www.tutorialized.com/view/tutori ... -fly/29269
http://www.experts-exchange.com/Web_Dev ... 37849.html
there are other ways this could work too:
- zip file is streamed to client browser creating only a temporary file.
- and i'm looking at directory browser apps that could display contents of a specified directory.
i am on a linux server, php 4.4.7.
any ideas would be really appreciated.
thanks
![Smiley :)](./images/smilies/smiley.gif)