<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - input type=file dosen't work"
href="https://bugs.webkit.org/show_bug.cgi?id=157507">157507</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>input type=file dosen't work
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Local Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>iOS
</td>
</tr>
<tr>
<th>OS</th>
<td>iOS 9.2
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>HTML DOM
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>1032895055@qq.com
</td>
</tr>
<tr>
<th>CC</th>
<td>cdumez@apple.com
</td>
</tr></table>
<p>
<div>
<pre>code here:
<form id="imgForm" action="upload.php" method="post" enctype="multipart/form-data">
<div style="width: 100%; height: auto; text-align: center;" onchange="showTempImg()">
<div style="width: 100%; height: auto; text-align: center; top: 30px; position: relative; margin-top: 15px; font-size: 50px; font-weight: 700;">
<div id="upload-container" class="col-xs-12 text-center">
<input type="hidden" name="jixing" id="jixing" value="{$jixing}" />
<input type="hidden" name="agent" id="agent" value="{$agent}" />
<input type="hidden" name="imgname" id="imgname" value="" />
<input type="hidden" name="sex" id="sex" value="" />
<input type="hidden" name="randstr" id="randstr" value="" />
<a href="#" class="file a-upload">
<input type="file" name="file" id="file" accept="image/*" value="" />
</a>
</div>
</div>
</div>
</form>
I wrote this form, on IOS8, it can normal use, on IOS9, can call to the camera, but you can't upload pictures of</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>