I am developing a mobile application that negotiates with the server through PHP Webservice. This is my first experience using PHP. I was able to load data into a database. Now I need to send the image in order to save it on the ftp server. To do this, I converted image->hexand sent from my application.
Server side
I got the hex code, but not sure how to convert it to an image and save it on an FTP server. I am really fighting here. I was looking for him, but could not find the exact one.
Any help is greatly appreciated.
source
share