We are creating an online image hosting service in PHP and MySql,where users can upload their images and share it online. For this purpose we are building a client in VC++, so that users can upload images easily without going to the web site.
Now we are facing a problem of uploading these images as we are converting the images into binary and writing to a folder in the server. ASP.net has something like BinaryWrite method to do this job, but is there a way to do the same in PHP.
I would really appreciate if somebody can guide me on this.