#!/bin/rc echo ' formparse test

POST result

formparse write the POST data to /tmp. see bellow:
'

cd /env; for(a in *) whatis $a

formparse  -o /tmp

echo '
'

ls -l /tmp

echo '
Their contents are ...
'

for(a in /tmp/*/*){
	echo  $a
	cat $a
	echo
}


cat<<-eof-

see this script -eof-