Hi I need to download some files and store them as byte-array in my DB but helma.Http.getUrl returns the downloaded file as a String and converting this again to a byte[] leads to fucked up binaries on Windows - is there any method/option in helma.Http to download a file and retrieve the untouched byte[]? - stefan