Quote:
Originally Posted by bchawla
i am using it as a download system. iuploaded a 20 mb file and when i go to download it only 2.35 MB is downloaded.
|
You are probably exceeding the CPU time limit allowed for php scripts. If you're controlling your own site, this is set in php.ini. Also, the script handles large files much quicker if you set force_redirect on the links admin page, but then the location of the file on your site will become visible.