Re: django doesnt accept the serializeArray POST data

2012-10-22 Thread Doug Ballance
I'm guessing it is a result of not having a csrf token set for the post: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups

django doesnt accept the serializeArray POST data

2012-10-22 Thread David Lee
Hi,all! I got a problem, https://github.com/blueimp/jQuery-File-Upload/issues/1792 , does Django doesnt accept the serializeArray POST data request or how to do it ? any help will greatly appreciated. -- You received this message because you are subscrib