how to use using a 64bit string

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

greetings,
i'm able to deserialize an image file into a 64bit string in xml format from
the client and i can pass this string to the server, but once at the server,
i cant see the full xml file. its only showing half of the xml file. i
suspect that cause string is a 32bit thats the reason. can someone show me
how to handle this problem?


yours truly

asha
 
Hi asha:

Are you trying to use base 64 encoding? Let us look at the code you
have and offer suggestions.
 
Back
Top