Wpis z mikrobloga

Dla potomności, psia mać...
if (base64decode($attachment->body, true) == true){
file
putcontents($dir.$newFileName, base64decode($attachment->body));
}else{
fileputcontents($dir.$newFileName, quotedprintabledecode($attachment->body));
}