I've run into an area that few people seem to know a solution to.
I have a program on a website -- it sends data via a form to a perl cgi script which then takes that data and generates an html page.
Well, I want a way to make this program work completely on the user's local machine. In other words the html page and the cgi script would be on the user's machine.
I have converted the perl script to a c++ exe.
I then tried submitting the form data to that exe on my local machine - of course it don't work, but instead asks to download the file.