Sorry for the brief explaination.
I am uploading files to a FTP site. I am using copy($file, $path$file_name) or die(cannot upload);
I can upload HTML files, .txt files but I cannot upload .doc files it dies and prints "cannot upload" why would it matter that i can upload one type but not another.