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 /ho

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

2002-07-02 Thread Lazor, Ed
nd lemme know how it goes =) -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 uploa

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 /home/.../u

[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' ??