I am writing a page for me to upload file from a website.
The page is written by php.
I find a problem that when I upload a file. It return false to me. The file exist in the ftp server, but its file size is 0B in the ftp. In the process, it can successfully connect and login to the ftp server by the php code.
Can you tell me what problem it is?