I have a Django view that returns a file to download (response[\'Content-Disposition\'] = \'attachment; filename=\' + filename) in response to a POST as the con
response[\'Content-Disposition\'] = \'attachment; filename=\' + filename