HTML Form Genie is a CGI form handler, which can
either send collected data through an MTA or store
it with MySQL. It supports multiple forms, file
uploads (with size and type restrictions), and
both plain text and HTML email.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release adds support for multiple file uploads per form; how many is determined by the MAX_FILE_UPLOADS #define. The remaining temporary files have been removed, and the script now only saves attached files to disk. Memory allocation errors with mf.pp have been fixed, as well as some minor bugs here and there.