I am attempting to upload a file to a server, using HttpClient to talk to the server application.
The user I am logging in with is able to successfully upload a file through a browser. When I attempt the same request in my application code, the server returns a 500 error. I don't have access to the server, so I cannot look at the logs to see what causes the 500. In my application code. In my application, I get logged in, receive the proper cookies from the server, etc. My file upload request and the one sent through the browser are the same, or very similar, as far as I can tell. I searched the mail list archives for file upload and tried the suggestions that I found there to no avail. Here are the logs from both my application and the browser application, as it relates to the file upload post. Any help is much appreciated. Thanks, Danny
