Can someone provide me with a way of uploading files, such as images or text files,from an iphone app to a web server. I have found many examples but all are in php. I'm using C# with ASP.NET and need to do a simple upload. Thanks in advance.
I actually needed a solution for the iphone app. How to upload the file from the iphone to an asp.net website. I already have the upload and where it is to be stored, I just need assistance as far as the class to use on the iphone and how to incorporate that with the website.