The files go to different directories, but I checked the permissions on
all of the directories, and they are all '777'.  I am able to upload
files, so I think the directory is ok.

The server is unix.  

I am going to ask my boss to send me the files he is trying to upload to
see if the files are the problem.  If they are, what sort of problems
would I look for?

On Thu, 6 Mar 2003, Rich Gray wrote:

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


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

Reply via email to