I have the html form and i am submittng the form with jquery with following
var queryString = $('.form1').formSerialize();
$.post('book/create/', queryString);
But if i submit form without ajax then image gets uploaded by django function
Now the problem is , it is ignoring the file fields. what should i do