Hi to all,
I want to upload several files and I've managed to do this but only for txt files. It does not work for xls or zip files. It seems to me that there is a problem with the binary files although the manual says that both ASCII and binary files are uploaded. I have no problem with permissions or with the size of the files. Have you any idea what is wrong??? Any help would be appreciated.
Georgia
Are you using ftp_put() or copy()?
If using ftp_put, try to set the mode to BINARY. Maybe is because of this the uploads don't work
fLIPIS
No, I do not use FTP. I use the $_FILES[][] variable. I have noticed that when I try to upload a binar file, it's size is 0 and there is no TmpFilename. So it has not been uploaded... WHy??? It should have been ...