You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CSRF failure occurs when a form (encoded with multipart/form-data) uses a file-type input in which to send a zip file. I tested with .jpg, .png and .pdf without fail. I noticed that the error is in the way the form fields are retrieved using the request->getParsedBody() function on your code. Which does not return data if the file type input contains ZIP files.
The text was updated successfully, but these errors were encountered:
A CSRF failure occurs when a form (encoded with multipart/form-data) uses a file-type input in which to send a zip file. I tested with .jpg, .png and .pdf without fail. I noticed that the error is in the way the form fields are retrieved using the request->getParsedBody() function on your code. Which does not return data if the file type input contains ZIP files.
The text was updated successfully, but these errors were encountered: