Thank you for the response. It's much appreciated. However, I can't use flock. (I did not mention that the upload part is through mapped drives, it's an intranet, sorry.)
Here is the layout:
(1) users upload file(s) to server, example: /upload/jdoe/file1, file2,etc
(2) A php script is fired, go into the directories, grep the file name(s), tar the file and give the tar file a new name, remove the original, move the tar file to a new directory, write file info to mysql, then display a page with the newly tar file. From there, other users can download the tar file. The site is purely PHP and mysql EXCEPT the upload part.
Again, thank you for the pointer.
D.J.