i want to implement a download manager
lets say there is a form with post method on a site,after clicking the submit button the site will send the post data to its server and a download should start with the content of the response of the form so what i want is how do i download the data after the user clicks the submit button
any help thanks