Re: I have random characters inserted in my files when PUT
A complete log file please.
Sorry, I was copying and pasting and didn't notice it was showing just last rows.
Attached you can find a complete log.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
A complete log file please.
Thanks for your report.
For a start, can you attach a session log file showing editing of the file?
public function cbFileDaStringa($stringa) {
$a = explode("+", $stringa);
$x = new SimpleXMLElement('<?xml version="1.0" encoding="ISO-8859-1"?>' .
0
'<file tipoFile="' . $a[2] . '" size="' . $a[1] . '" md5="' . $a[0] . '">' .
($a[2] == 'cartellaDati' ? $this->cartellaDati : $this->cartellaCommesse) . "/" . $a[3] .
'</file>');
return new CloudBackupFile($x, $this->cartellaDati, $this->cartellaCommesse);
}