Hi!.
I used ftp_put( ftpstream , $remoteFile , $filePath , FTP_ASCII ) for first time. $remoteFile is the file name which I used to upload the file on server. $filePath is the path where is temporarily image is strored.
When I use this function , it shows successful and I can see file uploaded on the server.
But the uploaded image is not correctly uploaded on server and can not open.
Please somebody help.
Thanks
I used ftp_put( ftpstream , $remoteFile , $filePath , FTP_ASCII ) for first time. $remoteFile is the file name which I used to upload the file on server. $filePath is the path where is temporarily image is strored.
When I use this function , it shows successful and I can see file uploaded on the server.
But the uploaded image is not correctly uploaded on server and can not open.
Please somebody help.
Thanks
Comment