I was wondering how one downloads an entire folder through php. I am planning on
- creating a tarball once a user clicks on the download link
- store this tarball wherever the uncompressed folder is located
- force download this tarball
- delete this tarball once the process is complete
Is this the right way of doing it? I don't see a problem with this, but then again, I don't see a problem with most things until they turn on me
Thanks.
Jawad.