Gary, I am a bit of a php newbie and could be a mile off base, but I suspect that the answer lies somewhere in your php.ini file. I noticed that it defaults several settings to 4096 bytes.
HTH, Bill "Gary Davidson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... | I have a script for uploading images which seems to stop working after 4000 | bytes? | | using $HTTP_POST_FILES I alway get a 'name' and 'type' but | all files bigger than 4000 bytes are returned without tmp_name and size? | MAX_FILE_SIZE is 20000000 | and all php memory, post_max and upload_max are set to 8M | | Im very confused and my head hurts from thinking too hard but I have a | feeling im | going to have to kick myself in the butt ! | | see for yourself http://213.61.126.228/up.php | A give out the $HTTP_POST_FILES in the example... | | Why me... | | Thx in advance. | Gary | | | | | | | -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]