[Django]-How to send django text and picture form by ajax

3👍

You can’t send files via jQuery $.ajax(), you should go for other solution then, like http://blueimp.github.io/jQuery-File-Upload/ or https://github.com/Widen/fine-uploader

Leave a comment