I\'m using PHPExcel to export some data to user in an excel file. I would like the script to send the excel file to the user immediately after it\'s creation. Here is my tes
It's caused by dir permission. Try to enter the final folder, then chmod -R 777 [folder_name]. It should work :)
chmod -R 777 [folder_name]