我希望有IOS9手机的访问者能够通过网页在我的网络服务器上上传图片。在IOS8和以前的版本中,这可以通过使用输入元素<input type="file" name="file" accept="image/*">
自IOS9起,iPhone的相机应用程序在选择使用相机上传图片时仅显示空白屏幕。
我写了一个小试样来证明问题:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<input type="file" name="file" id="new-submission-file" accept="image/*">
<input type="file" name="file" id="new-submission-file2" accept="image/x-png, image/gif, image/jpeg">
</body>
</html>
您可以在此处找到它:http://drl.lu-re.de/os9test/
是否有任何解决方法或我们是否必须等待来自苹果的错误修复?
答案 0 :(得分:0)
这是权限问题,请转到设置 - &gt;隐私 - &gt;相机并启用浏览器访问