Hi guys,

I have a file in wich I store data coded in Base64.

I want to read that data (that is I would like to put that in a buffer) and than send them
(the buffer) via http..

I already have a function which does the second part ..or rather it takes a buffer (char *)
and sent it via http, so my problem is related to prepare the data itself to be sent..

So far I tried various method to retrive this data from the file (base64 encoded) and all the time I send them, at destination I get the data with all the "+" simbol converted into a " " space.

So I am going to ask you..

Which is the best way to solve this problem?

Thank yoy very much in advance.

All the best

Roby