UPLOAD - NO ACCESS TO FILES [closed]

1

I mounted a web server with apache 2.4 and php at home. I created a file upload script and gave everything right, except when uploading when I will view the downloaded photos in the server folder it tells me that I do not have access and does not allow viewing. Anyone have any tips on what's going on? Thank you.

    
asked by anonymous 06.10.2016 / 04:22

1 answer

1

You have to change the permissions of the folder where you are storing the images!

If you are using Linux, I no longer know the procedure in graphical mode, since I have not used it for some months!

If you use Windows, simply go to the folder where the images are stored, and click Direito , and go to Propriedades , then on the Segurança tab, click Editar... select a user, and proceed editing the permissions!

If you are using Linux, try changing your permissions by command, in case you search for CHMOD!

    
06.10.2016 / 04:35