T
Tamir Weiss
I'm trying to send a JPEG image from JavaScript to a servlet.
The String is the same length on both sides (JS and servlet), but for
some reason the decoded byte array is always somewhat shorter on the
servlet side.
I've tried several implementation on both sides, but I'm getting the
same results every time.
I'm guessing it's something to do with the page\request encoding, but
I can't put my finger on it.
Any suggestion and ideas would be greatly appreciated.
Tamir
The String is the same length on both sides (JS and servlet), but for
some reason the decoded byte array is always somewhat shorter on the
servlet side.
I've tried several implementation on both sides, but I'm getting the
same results every time.
I'm guessing it's something to do with the page\request encoding, but
I can't put my finger on it.
Any suggestion and ideas would be greatly appreciated.
Tamir