xmlhttprequest

  1. D

    XMLHttpRequest to download file. POST/GET.

    Hi, I need to download a csv file that is generated after filling form. This file is generated and returned by XMLHttpRequest. I found a variable that contains csv-data. How can I access this variable or emulate downloading this file? The page does not work with disabled js, and I cannot work...