Skip to content
Advertisement

Tag: jquery-file-upload

jquery file upload check box form

I am a beginner in JS and I decided to use this library: https://blueimp.github.io/jQuery-File-Upload/ My issue is the following : I have to send (in FormData, thus additional form) the value of 2 checkboxes. The concern is that the checkboxes are false when the page loads and the client changes its value, and in my code, the formdata takes the

Advertisement