|
It can be. You can put an invisible iframe on an existing page (such as the download page) and call your download script in the iframe. There is usually a short delay, and that is just general Internet latency, the server finding the file, etc. If there is a longer delay, like 10 seconds, I think that is because those download scripts are loading the entire file into the script, waiting until it's completely loaded, then outputing it. I've only dealt with small-medium files with readfile() though.
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
|