求解!安卓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
Github上有个Os-FileUp项目提供了一些方法.