Failed to export phpexcel to a specific directory

phpexcel failed to export to a specific directory
$objWriter- > save ("download/".$filename.".xls");
local access interface can, but failed to access the server

clipboard.png
save can I specify a directory?
what if I want to export to a specific directory?

Php
Aug.30,2021

is there a problem with the path? does the directory download exist?


1. The path is changed to an absolute path
2. The folder is set to the highest permission
can you try these two methods?

Menu