On Fri, 05 Dec 2003 13:41:03 +0300, you wrote: >Steve Vernon wrote:
>> I have search google, and PHP but I cannot find properly how to set the >> maximum post upload size as 200Kb? >Amazing what you can find in the manual these days >http://www.php.net/manual/en/configuration.directives.php#ini.post-max-size You snipped the important bit of the question: "Do I use 200K or 200KB for post_max_size?" Which that page doesn't answer. Steve: the answer, from memory, is K - but set it to both and test it. Or just set it to 102400. Guido: you're probably running into the max file size problem with your bitmap. The above link should help you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php