Re: CSRF token missing or incorrect when uploading large file through admin interface

2017-04-28 Thread ludovic coues
Related to your problem, I wonder if it's the same instance of django handling serving the form and handling saving the file. Different instance of django might expect different token. Less related to your issue, I suggest that you have a look at butler, an open source project from itch.io. For co

CSRF token missing or incorrect when uploading large file through admin interface

2017-04-27 Thread Duncan Mortimer
Hi, I've developed a software download site using Django 1.11 running on mod_wsgi. We are using the admin site to upload new software releases that are then indexed for download at a later date via Apache (not involving Django). Files are uploaded via the TemporaryFileHandler and then a post sa