S
Sanjay
Hi Everyone,
I am converting an image file into a Java string (via an applet) and
would like to pass the Java string back to the Javascript function
that calls the applet's.
I know the simple string return is straightforward. But in this case,
is there something I should do in either/both Javascript function and
Java applet to make sure that the image data is not lost during the
transfer due to difference in the structure of Java and Javascript
strings?
Thanks,
Sanj.
I am converting an image file into a Java string (via an applet) and
would like to pass the Java string back to the Javascript function
that calls the applet's.
I know the simple string return is straightforward. But in this case,
is there something I should do in either/both Javascript function and
Java applet to make sure that the image data is not lost during the
transfer due to difference in the structure of Java and Javascript
strings?
Thanks,
Sanj.