Hello, I am doing a Port AJAX request to a PHP script on the server side. This PHP makes a process and generates some files, which it compresses in a .zip file and send it back to the client.
The point is I don't know how to manage the PHP zip in the Post ajax methos 'success' function so the user can get this zip as he/she usually download a file form the web. Zip file gets to the browser but I don't know how to make the download action. Thanks