Dear Wysota;
yes im not encoding the data while storing, but im storing the contents of byte array contents into a QString object while inserting the binary value into the remote server ( the code i gave in previous thread).

the whole xml contents which im retrieving are given below,
Qt Code:
  1. <?xml version="1.0" encoding="utf-8" ?><blobinsert><row photo="w7/DmMO/w6A="/></blobinsert>
To copy to clipboard, switch view to plain text mode 


from the xml file i retrieved from the server the base64 encoded binary contents are
w7/DmMO/w6A=

Please let me know, where im getting wrong ? and what is the correct way to do this process

Thanks,