1. New CGI Lib
- Posted by achury Oct 24, 2022
- 883 views
After our thread about binary files on web forms. I keep it working.
Here is an usable version. (Missing some details)
https://github.com/marcoachury/cgiform
With one single function your program running as cgi-bin can read any form. No matter if GET, POST, or POST-Multipart.
This function check the method and get all the data on one single sequence.
Regards
Marco Achury