in reply to How to Base64 Encode an array variable??
Also, LWP has a way to use the multipart/form-data format in your POST requests, which will be as short as base64 encoding, that is, likely shorter than the URL-encoding used by the application/x-www-form-urlencoded format for binary data.
|
|---|