David Erickson wrote:

Hi I am wondering how I can take a byte[] and use it as a URL parameter?  I
have tried converting it to a string using varying character sets, but when
I call string.getbytes I never get back my original array.  Any help would
be greatly appreciated.
Googled "url encode byte" to get:
http://jakarta.apache.org/commons/codec/apidocs/org/apache/commons/codec/net/URLCodec.html

which pointed me to if you don't want to use the above:
http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1 (how to encode bytes in a URL)

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to