Tagged Questions
1
vote
2answers
364 views
how to let Java HttpServer handle Post Request for File Upload
First of all, my question is about HttpServer in Java to handle the POST request from a client, not about a Java client who can upload file to a web server.
OK. I am using a lightweight HttpServer in ...
0
votes
1answer
437 views
Pass POST variables to PHP executable
I have been writing an HTTP server in C#, and I've gotten to the point where I want to implement PHP. However, I cannot seem to find a way to pass POST variables to the PHP-CGI executable. I know that ...