Robert Rawlins - Think Blue wrote:
> I have a python application that hits a web service on a regular basis to
> post a string of CSV log data and I'm looking to minimize the amount of
> bandwidth that the application uses to send the log data.
>
> Is there any way to encode the string into base64
Hello Chaps,
I have a python application that hits a web service on a regular basis to
post a string of CSV log data and I'm looking to minimize the amount of
bandwidth that the application uses to send the log data.
Is there any way to encode the string into base64 or something, that I can