Hello,
someone can help me to modify this
//Save file locally
$f=fopen($file,'wb');
if(!$f)
$this->Error('Unable to create output file: '.$file);
fwrite($f,$this->buffer,strlen($this->buffer));
fclose($f);
I need that when write the file on the server the script will upload it in a xxxx folder name
thank you
Ps I am modify FPDF