[PHP] upload problems - unable to open 'none'

2002-07-02 Thread Phil Schwarzmann
Now I'm getting this error each time I upload a file... Warning: Unable to open 'none' for reading: No such file or directory in /home/.../upload3.php on line 7 why is it saying 'none' ??

RE: [PHP] upload problems - unable to open 'none'

2002-07-02 Thread Lazor, Ed
Send us a copy of your script so that we can help. Odds are that you didn't specify the proper field name in your upload form. -Original Message- Now I'm getting this error each time I upload a file... Warning: Unable to open 'none' for reading: No such file or directory in

RE: [PHP] upload problems - unable to open 'none'

2002-07-02 Thread Lazor, Ed
=) -Ed -Original Message- From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 4:14 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] upload problems - unable to open 'none' Here is the code. $userfile is the name of the upload field. I doubled checked the HTML

Re: [PHP] upload problems - unable to open 'none'

2002-07-02 Thread Richard Lynch
Send us a copy of your script so that we can help. Odds are that you didn't specify the proper field name in your upload form. -Original Message- Now I'm getting this error each time I upload a file... Warning: Unable to open 'none' for reading: No such file or directory in