I'm trying to make some 400mb files available for download on my site. It works fine for me but my two friends get randomly incomplete downloads (for example stops at 80MB).
The files made available with a <a href=link>link</a> tag.
Any ideas what could be wrong? Isn't the only possibility that the host somehow handles big files in a bad way? It's just weird that I can download them myself fine
Is there a more reliable way to send files? I've tried a PHP header but with the same results.
The files made available with a <a href=link>link</a> tag.
Any ideas what could be wrong? Isn't the only possibility that the host somehow handles big files in a bad way? It's just weird that I can download them myself fine
Is there a more reliable way to send files? I've tried a PHP header but with the same results.
