HTTP POST Server in java
... throws Exception { String statusLine = null; String serverdetails = "Server: Java HTTPServer"; String contentLengthLine = null; String fileName = null ; String contentTypeLine = "Content-Type: text/html" + "\r\n"; FileInputStream fin = null; i
sites.google.com |