<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&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>1032895055&#64;qq.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>cdumez&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>code here:

                &lt;form id=&quot;imgForm&quot; action=&quot;upload.php&quot; method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;&gt;
            &lt;div style=&quot;width: 100%; height: auto; text-align: center;&quot; onchange=&quot;showTempImg()&quot;&gt;
                &lt;div style=&quot;width: 100%; height: auto; text-align: center; top: 30px; position: relative; margin-top: 15px; font-size: 50px; font-weight: 700;&quot;&gt;
                    &lt;div id=&quot;upload-container&quot; class=&quot;col-xs-12 text-center&quot;&gt;
                        &lt;input type=&quot;hidden&quot; name=&quot;jixing&quot; id=&quot;jixing&quot; value=&quot;{$jixing}&quot; /&gt;
                        &lt;input type=&quot;hidden&quot; name=&quot;agent&quot; id=&quot;agent&quot; value=&quot;{$agent}&quot; /&gt;
                        &lt;input type=&quot;hidden&quot; name=&quot;imgname&quot; id=&quot;imgname&quot; value=&quot;&quot; /&gt;
                        &lt;input type=&quot;hidden&quot; name=&quot;sex&quot; id=&quot;sex&quot; value=&quot;&quot; /&gt;
                        &lt;input type=&quot;hidden&quot; name=&quot;randstr&quot; id=&quot;randstr&quot; value=&quot;&quot; /&gt;
                        &lt;a href=&quot;#&quot; class=&quot;file a-upload&quot;&gt;
                            &lt;input type=&quot;file&quot; name=&quot;file&quot; id=&quot;file&quot; accept=&quot;image/*&quot; value=&quot;&quot; /&gt;
                        &lt;/a&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/form&gt;

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>