Closed rogelio-blanco closed 9 years ago
After go back to 4.2.1 the same code is working. Seems to me that maybe in 4.2.4 sending body parameters work different or its a bug.
If the functionality change please let me know how should I change my code.
With v4.2.4 uploadExtraData is parsed in ajax beforeSend as per issue #342. Can you check if you are receiving it fine on your server code.
I will check if there is a better way to fix that.
I check the request and I don't see the parameters in the body. I also try to add "data" attribute inside of "ajaxSettings", that way I was able to see it on the request but the server was not able to parse it.
Let me know if you would like to see some request samples with both versions.
Work as a charm (4.2.5). Thanks
Hi Kartik,
I update bootstrap-fileinput to the latest and I having issues sending the extraData when I would like to upload the image. For some reason after I update the extra data is not been sent. Could you please take a look of the code?