Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE asks to download JSON file -- Demo #36

Open
PunkChameleon opened this issue Dec 17, 2014 · 3 comments
Open

IE asks to download JSON file -- Demo #36

PunkChameleon opened this issue Dec 17, 2014 · 3 comments

Comments

@PunkChameleon
Copy link

When doing an upload in IE (tested in 10, 9) the browser responds with asking if you want to download the returning JSON file. Is this an issue with the demo or the plugin in general?

@cmlenz
Copy link
Owner

cmlenz commented Dec 17, 2014

The plugin should generally work in IE all the way down to 6. I'm not sure whether there's an issue with the demo, will need to check when I have access to IE (and a couple of minutes to spare).

@PunkChameleon
Copy link
Author

Good to know. I think it might have to do with the 'application/json' header in the middleware, but I'm not sure.

@ad-lebedev
Copy link

try to add content type 'text/html' in your http response; it helped me to solve this issue in my django-project:

return HttpResponse('', content_type='text/html')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants