ios safari上文件上传有哪些替代方案? [英] What are the alternatives for file upload on ios safari?

查看:187
本文介绍了ios safari上文件上传有哪些替代方案?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个移动网络应用/网站,我希望用户将word文档上传到我们的网站。

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

因为iPhone上的safari无法上传文件有哪些替代方案?

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

我见过 http://code.google.com/p/iphone-photo-picker/ 但这不是照片。

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

是否记录Dropbox API,iCloud API或其他API允许用户选择文件复制到我们的服务器的任何地方?

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?

另外,我们的iPhone用户还有另一种使用Safari的方法吗?

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

推荐答案

不,iPhone不在其浏览器上提供输入类型文件(图像或视频除外)。

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.

这篇关于ios safari上文件上传有哪些替代方案?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆