Hi everyone,
This is not a direct iPhone dev question, but a related one. Basically, we're trying to implement an image uploader in our app where the user can upload images to a remote server somewhere (Note the server tech is ASP.net)
So, the iPhone sends out the upload data in a multipart HTTP request, which we've worked out. T
he problem is how do we handle the request at the other end? ( The data comes in as a low-level stream. How do we capture it and transform it back into a file/image to be saved?)
Again, I know I'm actually asking for some .aspx coding help here, but just wondering if anyone has handled an uploader application on the iPhone before with ASP.Net on the server.
And yes, I have posted this on some ASP forums as well
Many thanks...