the response from the webserver is injected into an iframe (so that the file upload, which can only be done via a form submit, is able to be made 'ajax-like'), and so you want to protect the json from the browser's prying eyes
On Aug 11, 2:27 pm, Saliem <than.sal...@gmail.com> wrote: > Hello all -- > > How does wrapping a json response from the server in textarea tags > help following a file upload?