I’m building a web-application where users can upload their images. What I know is that it’s “impossible” to do a file upload from an iPhone. Is it possible to achieve the same thing by letting the users e-mail their images to an adress on the same domain and the upload from there?
I’m building a web-application where users can upload their images. What I know is
Share
It’s not impossible, but you will need to write some code to do so and get it deployed on the app store. If you google for something like iphone http fille upload you’ll come across loads of code examples.
It’s quite possible there is already an app to upload to arbitrary web hosts, I’ve never looked.