求解!安卓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專案提供了一些方法.