求解!安卓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>
在线等!!!
大家讲道理2017-04-17 17:29:00
これはすでに誰かが質問していて、私はすでに答えていますが、私の個人的なテストではまったく問題ありません。 https://segmentfault.com/q/1010000005980836