As a bit of fun, I added a "download photo set" option to my minimal little photo gallery program, is seen here
Adding this feature was as pretty much as simple as print "Content-type: archive/tar\n\n"; exec "tar", "c", @files;
Zip would be nicer than tar, but there's no InfoZip equivalent of "tar c
Sure there is (Score:1)
Re:Sure there is (Score:2)