ajax upload cannot process JSON response or gives download popup
- by Jorre
I'm using the AJAX plugin from Andris Valums:
AJAX Upload ( http://valums.com/ajax-upload/ )
Copyright (c) Andris Valums
It works great, except for the fact that I cannot send proper JSON as a response.
I'm setting the headers to 'Content-Type', 'application/json' before sending the JSON-encoded response, and in the plugin I'm saying that I'm…