Hi there,
I am trying to build a (server based) download manager, that forces a download of a file.
When i say forces a download, currently if the file is .doc, .PDF, or .xls (typical office type documents) they are opened in a new browser window (not downloaded directly as though "right-click + Save target as.." has happened.
This is ok unless the document is 1 mb upwards in which case the new browser window opens, but is blank for as long as it takes to download the document .
This also causes software to hang and even crash on the client side if they try and do anything significant while waiting.
I have seen and am trying to build a perl script that manages the download..and no problem there, except I can't find a way to Force this download...is there anything in CGI.pm ?? or other module....I haven't found anything yet.
Many thanks
Jez
I am trying to build a (server based) download manager, that forces a download of a file.
When i say forces a download, currently if the file is .doc, .PDF, or .xls (typical office type documents) they are opened in a new browser window (not downloaded directly as though "right-click + Save target as.." has happened.
This is ok unless the document is 1 mb upwards in which case the new browser window opens, but is blank for as long as it takes to download the document .
This also causes software to hang and even crash on the client side if they try and do anything significant while waiting.
I have seen and am trying to build a perl script that manages the download..and no problem there, except I can't find a way to Force this download...is there anything in CGI.pm ?? or other module....I haven't found anything yet.
Many thanks
Jez