cgiparse

Description

A very simple library to parse cgi form data. It now supports mime-multipart/form-data. For most uses, you only need to call cgi_getvalue("name").

It doesn't have full handling of mime-multipart/form-data. It currently only supports file uploads that don't contain a NUL byte in them. This is because I haven't implemented the ability to retrieve non-C strings.

Download

Source for the latest cgiparse package. The latest full release of cgiparse is cgiparse 0.9b.

Usage and Details