Get binary files (pdf,xls,...)via UHTTP.send(url,"GET",...)
Author: vojta@incad.cz (vojta)
I try to download file from foreign web site through HttpContent. There is no problem with text file. Content of binary files (pdf,xls and so on) are damaged due to char conversion, control chars are removed What is the correct way, how to download binary files ?