> I'm very new to PHP, so I hope no one is offended by reading my very basic
> questions.
>
> I have created a web form that saves some data to a database and uploads
> three files, copies them to a new directory, and renames them.  From my
> work machine and home machine, it works great for me - there are never any
> errors.  When my boss tries it, two of the files work fine, but the other
> fails at the copy.  I have watched him do it, and it's not user error.
> What could the problem be?  I'm stumped!
>
> I can include code or links if needed.
>
> Thanks,
> Amanda

>From what you say above I'd check the permissions on the 3rd target
directory to check if it allows writes by the web server process. Are all 3
files going into the same directory? Is the server *nix or Windows?

Rich


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

Reply via email to