android - 安卓开发webview无法运行<input type="file"怎么破?

查看:99
本文介绍了android - 安卓开发webview无法运行<input type="file"怎么破?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问 题

求解!安卓webview无法运行<input type="file" name="file" /> 标签!
HTML完整代码:
<html>
<body>

<form action="upload_file.php" method="post"
enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file" />


<input type="submit" name="submit" value="Submit" />
</form>

</body>
</html>
在线等!!!

解决方案

这个已经有人问过了,我已经回答过了,亲测完全没问题。https://segmentfault.com/q/1010000005980836

这篇关于android - 安卓开发webview无法运行&lt;input type=&quot;file&quot;怎么破?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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