in reply to Re^3: File download using mod perl
in thread File download using mod perl

Thanks for the response corion. The page lock is not only for the download, it happens for all the requests you do in the webpage.

Moreover, I'm looking for other download options. If you are able to share some, that will be great.

Replies are listed 'Best First'.
Re^5: File download using mod perl
by Corion (Patriarch) on May 18, 2012 at 14:41 UTC

    Please learn about how HTTP works and how it interacts with Javascript and the DOM.

    Your idea of "page locking" does not mix with downloads, because these do not replace the current page in the browser. This has nothing to do with Perl and is not fixable from Perl. This is a problem that you have because you use Javascript. Do not "lock the page" when downloading a file.