Edit report at https://bugs.php.net/bug.php?id=55457&edit=1
ID: 55457 Patch added by: larue...@php.net Reported by: larue...@php.net Summary: cli built-in web server does not work with IE Status: Open Type: Bug Package: Built-in web server PHP Version: 5.4.0alpha3 Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: bug55457.patch Revision: 1313738455 URL: https://bugs.php.net/patch-display.php?bug=55457&patch=bug55457.patch&revision=1313738455 Previous Comments: ------------------------------------------------------------------------ [2011-08-19 07:20:15] larue...@php.net 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) ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55457&edit=1