My local environnement is Symfony 6.1, PHP 8.1.4, Xampp.. on windows 10.
I have some uploaded pictures in the folder "public/uploads", I made a function to manipulate some of these pictures (resizing).
All works fine until "imagejpeg()", it returns the following error : "Failed to open stream: Permission denied" as shown in screenshot: enter image description here Any clue to solve that issue ? Thanks in advance !