I am using ftp_put to move the client file in their Harddisk to server. It is working out fine. But in most cases the file became corrupt. It's unreadable.
Bassically I'm sending image file to server. Then put the file path and name in the database . Then use the select statement ot display the images . Something like <img src=$result('file')>
Is someone there had the same experience ?
Thanks