Hello…
When execute file_put_contents, in the Scriptcase temp dir (or any another), this show the error: failed to open stream: Permission denied
file_put_contents(D:/NetMakev9/wwwroot/scriptcase/tmp/FC-A-0002-00017036.pdf ): failed to open stream: Permission denied
My Code:
$folder = $_SERVER[‘DOCUMENT_ROOT’];
$folder.= $_SESSION[‘scriptcase’][‘Envio_Mail_Comprobante’][‘glo_nm_path_imag_temp’]."/";
file_put_contents($folder.$filenombre, $ubot);
How i can solve?
Thanks!!!