Tagged Questions
1
vote
2answers
458 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 ...