Search code examples
asp.netiosiphone-web-app

How to upload or send photo from iOS device to web server


How can I allow a user from an iOS device to upload an image to my server using asp.net?

NOTE A native iOS application is not an option for us at this time.

I'm open to any crazy idea, like emailing the image to some email address that I monitor which in turn puts it into a database that the web application is using.


Solution

  • Sending via email is common practice as far as I know.