ioswebmobile-websitedropbox-apiicloud-api

What are the alternatives for file upload on ios safari?


I have a mobile web app/site and I would like the users to upload a word document to our site.

As safari on the iPhone is not able to upload files what are the alternatives?

I have seen http://code.google.com/p/iphone-photo-picker/ however this is not photograph.

Is it documented anywhere that the Dropbox API, iCloud API or another API would allow selection a file from a user to copy to our servers?

Alternately is there another way for our iPhone users using safari?


Solution

  • No, iPhone does not offer input type file on it's browser (except for images or videos).

    What i do is, have users to send file(s) via email to site and download it programmatically on the server side and assign it to user's account either according to email address or some sort of password in the email.