Php – Javascript AJAX request with 2 different return types
Is it possible to return 2 different types by an AJAX request? I created a form with method post. The PHP file creates a PDF file what is returned to the JavaScript file and is automatically downloaded. But I want…