I have a web application that generates a CSV from a query to a BD, which I want to download, I am calling the route that generates the file through an Ajax request, but I have no idea how to download it. file.
$.ajax({
type: 'POST',
u...
asked by
20.12.2016 / 19:47