[PHP] Fwd: Help! Reading from stdin

2004-04-13 Thread David G. Simmons
Fort some reason it looks as if this message never got posted with a body ... dg Begin forwarded message: From: David G. Simmons <[EMAIL PROTECTED]> Date: April 13, 2004 5:16:40 PM PDT To: [EMAIL PROTECTED] Subject: Help! Reading from stdin Please respond directly, as I'm only on

[PHP] Help! Reading from stdin

2004-04-13 Thread David G. Simmons
ILES); $uploaddir = '/tmp/'; $uploadfile = $uploaddir . $_FILES['userfile']['name']; move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile); Thinking maybe the file was being sent as a POST ... but this ALSO gets n