【问题标题】:File upload not working in phonegap's webview android - inappbrowser文件上传在phonegap的webview android中不起作用 - inappbrowser
【发布时间】:2016-01-06 12:47:58
【问题描述】:

我正在使用 phonegap webview 在 android 中显示我的移动网站。

在哪个文件上传不工作。

<input type="file">

有没有phonegap插件或者其他方法可以在phonegap webview中实现文件上传。

【问题讨论】:

标签: jquery-mobile file-upload webview phonegap-build inappbrowser


【解决方案1】:

如果您尝试从 Phonegap 应用程序上传文件,您需要实现文件传输插件。以下链接将帮助您解决问题。 https://github.com/apache/cordova-plugin-file-transfer

【讨论】:

    【解决方案2】:

    我在https://forum.jquery.com/topic/jquery-mobile-seems-to-clobber-ability-to-upload-files-via-forms 上找到了解决此问题的方法。只需添加

    data-ajax="false"
    

    到表单属性。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-08-07
      • 1970-01-01
      • 2022-06-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多