[Webkit-unassigned] [Bug 157507] New: input type=file dosen't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 23:31:13 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157507

            Bug ID: 157507
           Summary: input type=file dosen't work
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: iOS
                OS: iOS 9.2
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: 1032895055 at qq.com
                CC: cdumez at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160510/3eed3204/attachment-0001.html>


More information about the webkit-unassigned mailing list