【问题标题】:how to attached text file and pdf file or any type of file in iOS /android?如何在 iOS / android 中附加文本文件和 pdf 文件或任何类型的文件?
【发布时间】:2015-08-07 03:04:15
【问题描述】:

我正在使用 Cordova 开发 Ionic。我想从文件探索或图库中选择任何类型的文件(可能是 .txt、pdf、.jpg 任何类型)然后我需要将附件发送到服务器。所以我google了一下,发现有一些插件

http://ngcordova.com/docs/plugins/imagePicker/

仅用于选择图像。但我还需要所有文件,如 txt 和 pdf 以及图像 并用于传输文件 我找到了这个插件 http://ngcordova.com/docs/plugins/fileTransfer/

第二个选项

<input  type=“file”/>

但它不适用于我在 google 上看到的 android,它在 OS 8.1 的 IOS 上崩溃

您能否建议如何在 iOS 中附加文件?

【问题讨论】:

标签: angularjs cordova ionic-framework ionic cordova-plugins


【解决方案1】:

带有文件类型的普通input 无法使用cordova 从本机设备中选择文件。您必须为此使用插件,请尝试cordova file picker plugin.

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-01-02
    • 2011-05-31
    • 2014-08-21
    • 2014-07-07
    • 2020-07-15
    • 1970-01-01
    • 1970-01-01
    • 2013-03-26
    相关资源
    最近更新 更多