Hi,
I need to send the image from client to a server.
i am using Qt and sockets to do the task.

My Issue is : i want to send the Image to Client? how can i do that ??

After googling i found, by converting the Image into string it can be possible .
so how do i convert the image into string in QT?
Can any one provide me example to do this ???

Thanks in advance