Date: 08/29/01
- Next message: sniper <email protected>: "[PHP-DEV] Bug #13024 Updated: Problems with PHP on Apache .. when loading php script a few times Apache crash"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Returning a string from an executed script?"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: eugenio <email protected>
Operating system: Windows 2000 professional
PHP version: 4.0.4pl1
PHP Bug Type: Reproducible crash
Bug description: Crash when uploading file whose size is > 9 MB
I don't manage to upload file whose size is greater than 9MB, I get a
connection aborted error.
I use PHP 4.0.4pl1, Win2000, IIS5 and IE 5.0 or NS 4.77 as browser.
In the php.ini I set memory_limit = 80M, upload_max_filesize= 80M
With small size file all works fine.
This is the script
Form:
<form method="post" action="software_add.php"
enctype="multipart/form-data">
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="80000000">
<input type=file name="file_software">
<input type="submit">
</form>
Software_add.php:
<?
copy($file_software, "$DOCUMENT_ROOT\\software\\$file_software_name");
?>
-- Edit bug report at: http://bugs.php.net/?id=13029&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: sniper <email protected>: "[PHP-DEV] Bug #13024 Updated: Problems with PHP on Apache .. when loading php script a few times Apache crash"
- Previous message: Andrei Zmievski: "Re: [PHP-DEV] Returning a string from an executed script?"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Reply: eugenio <email protected>: "[PHP-DEV] Bug #13029 Updated: Crash when uploading file whose size is > 9 MB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

