使用< input type ="文件"在android上上传多个文件多个/> [英] Upload multiple files on android using <input type="file" multiple />

查看:197
本文介绍了使用< input type ="文件"在android上上传多个文件多个/>的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我得到了一个

< input type =filemultiple accept =image / */>

我希望我的android用户能够一次上传多个文件。使用nexus-5报告的用户无法一次上传多个文件。我也尝试添加捕获=相机的输入,但这只能自动打开相机,并且只能再次关联一张照片。除了Android以外,这个功能无处不在。



有什么我缺少的?



谢谢,

解决方案

我碰到了同样的砖墙。我试过了许多移动浏览器,但找不到任何工作。



我发现这个链接告诉你,Android浏览器都不支持:
http://caniuse.com/#feat=input-file-multiple



通过广泛的搜索,我看到了一些信息,表明Chromium支持此功能(但尚未进行测试),它应该将其转换为Android版Chrome,但不会显示时间范围。 / p>

I got a

<input type="file" multiple accept="image/*" />

and I want my android users to be able to upload multiple files at a time. Users using nexus-5 report being unable to upload multiple files at a time. I also tried adding capture="camera" to the input but this only auto open the camera and only associate one picture at a time again. This works everywhere except on Android.

Is there anything I am missing?

Thank you,

解决方案

I've hit the same brick wall. I've tried a number of mobile browsers and can't find any that work.

I found this link that tells you that none of the Android browsers support this: http://caniuse.com/#feat=input-file-multiple

From extensive searching, I've seen information that suggests that Chromium supports this (but no beta yet) and it should make it into Chrome for Android but no indication of time-frame.

这篇关于使用&lt; input type =&quot;文件&quot;在android上上传多个文件多个/&gt;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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