Hello, I try to code a script where users can upload files to the server. Whenever I hit the submit button PHP crashes. I run PHP 3.0.17, Apache 1.3 on a Win98 SE machine. My code looks like this: <form action="myscript.php3" method="post" enctype="multipart/form-data"> <input type="file" name="myfile"> <input type="submit" value="Go"> </form> Is this a known problem in the Win32 distribution or has anyone some hints? Best regards, Uli -- PHP General 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]