[PHP-WIN] Re: I am try to upload an image to a folder on my web server

2003-06-09 Thread Brad Thomas
Hi Firstly, I would like to point out that programming with register_globals on is a bad move, in sense of security. Secondly, I'd suggest using isset for checking if there is anything in the $_FILES superglobal. (If you're using post 4.1, of course.) "Stephen K Knight" <[EMAIL PROTECTED]> wrote

[PHP-WIN] Re: I am try to upload an image to a folder on my web server

2003-03-07 Thread J.Veenhuijsen
move_uploaded_file(); Jochem Stephen K Knight wrote: I am trying to upload an image to my webserver. This is the PHP page that is called from my html page. I am trying to upload the image to my folder called "logos" the direct link would be: C:\Program Files\Apache Group\Apache2\htdocs\logos