Hi there,I used Apache HttpClient library (4.1) to write an application to send a binary file to a HTTP server. The server is able to take my file and save it, but it doesn't reply, which it is supposed to do. If I use a web browser to do the file uploading, the server does reply a html page to indicate post status. What could be the reasons for that the server behaves differently? My Java code settings or the Server error?
Thx.
