On Wed, 16 Mar 2011, Rolf Johansson wrote:
Yes, but that is for a multipart/form-data with the image data attached to a parameter. The client I'm coding for (an Android app) can't use that content type without importing a whole lot of external apache libs, but can provide an image/* and POST it to me.
Look at this for inspiration: http://bytes.com/topic/asp-net/answers/737108-how-retrieve-raw-http-post-data /Rolf
