|
OK, I just talked to my GURU, and he suggests I write the following as a CGI:
#!/bin/bash
echo "content-type text/html"
echo ""
/usr/bin/unzip fullpath/filename
Does anybody agree with that? Think it could be whipped up into a nice stand alone application?
|