0
Why is this jquery not working
I am trying use jquery ajax to insert data into a mysql database but it's not working https://code.sololearn.com/Wu52JYxTG7VT/?ref=app
5 Réponses
+ 7
+ 4
I think it's working.... you won't be able to have multiple files in one code bit.. this should run fine in pc
+ 2
Please add
processData:false,contentType:false,
Then it will be work
+ 1
Thanks guys, but it's still not working
0
But i've not tried it on pc