Skip to content

Send null form data if element doesn't have name attribute

Rémy Jacquin requested to merge remyj38/dropzone:master into master

If the Dropzone form include elements without name attribute, Dropzone will include null form-data in the request to the server.

In my case, I have two select element in my form. This is a part of the POST request to the server: Request to the server

My commit add a test before adding the element value in the form for preventing null field name.

Merge request reports

Loading