|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesbug55457.patch (last revision 2011-08-19 07:20 UTC by laruence@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-08-19 07:20 UTC] laruence@php.net
[2011-08-19 07:23 UTC] laruence@php.net
[2011-08-19 07:24 UTC] laruence@php.net
[2011-08-19 07:27 UTC] laruence@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: laruence
[2011-08-19 07:27 UTC] laruence@php.net
[2011-08-19 07:40 UTC] laruence@php.net
[2012-04-18 09:49 UTC] laruence@php.net
[2012-04-18 09:49 UTC] laruence@php.net
[2012-07-24 23:40 UTC] rasmus@php.net
[2012-07-24 23:40 UTC] rasmus@php.net
[2013-11-17 09:36 UTC] laruence@php.net
[2013-11-17 09:36 UTC] laruence@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 15:00:01 2025 UTC |
Description: ------------ built-in web server does not work with IE Test script: --------------- <?php var_dump($_FILES); ?> <form enctype="multipart/form-data" method="post"> <label for="filename">Select a file to upload:</label><br> <input type="file" id="file" name="file"> <br><br> <input type="submit" name="action" value="Upload"> </form> Expected result: ---------------- <form enctype="multipart/form-data" method="post"> <label for="filename">Select a file to upload:</label><br> <input type="file" id="file" name="file"> <br><br> <input type="submit" name="action" value="Upload"> </form> Actual result: -------------- [Fri Aug 19 14:53:54 2011] 172.21.232.118:52054 Invalid request (Connection reset by peer)