Closed
Description
The structure is the following:
- index.php - holds the html, redirects to controller.php
- controller.php - handles the post request and take care of the uploads then redirects to index.php
- pictures folder, chmod 755
- CSRFProtector is included in all files, I use the default token
csrfp_token
if I fill the form without uploading, everything is fine. If I upload a picture, I get
403 Access Forbidden by CSRFProtector!
I'm on windows 10 64 bit, using Firefox quantum and this library to handle uploads