Tagged Questions
2
votes
0answers
35 views
Connecting application in C to a html form using FCGI
I have a html form with hardcoded data.i have added the index file to iis as a website and made it run in the browser.now instead of hardcoding d data i wan to send the input data to form from C or ...
0
votes
0answers
93 views
CGI: output image with C
I am trying to write a CGI script, that is being called via <img src="/cgi-bin/test.cgi" />. CGI is written on C and returns a PNG file.
I format PNG file by myself inside CGI, and trying to ...