--- matthew perry <[EMAIL PROTECTED]> wrote:
> I have a file uploading function that works well on
> my local server.
> It finds a picture and uploads it into a defined
> directory.

Matthew, if you are the confident that your function
works correctly, your next check should be on what
permissions you have to the defined directory on your
web host's server.

If you are on a UNIX/Linux based box, you probably
only have write permissions to your "/home/logon_name"
directory.  So if you are trying to write to some
directory outside of that, you are probably
restricted, which explains the error message from you
web server.

I'm not familiar enough with directory structures on
Windows-based web servers, but I imagine it is similar
to UNIX/Linux in restricting you to your user path.

~Rachel


        
                
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to