Would it be a proper solution to use a hidden iframe and set the 'src' attribute with the file URL? That is, in the Post method AJAX request, in its callback function, set the attribute.
On 4 ago, 20:12, elubin <elu...@yahoo.com> wrote: > Don't do it in ajax. setup the link as a regular <a> tag, and the > browser should handle it for you.