Search found 3 matches

by Phill64
Sat Oct 03, 2009 5:19 am
Forum: PHP - Code
Topic: file delivery script (moved servers, now fails)
Replies: 2
Views: 66

Re: file delivery script (moved servers, now fails)

Ok.. for now i've rewritten this delivery page in asp.net and it works fine. However i'm not really pleased with this solution, so still welcome all suggestions on enabling php to deliver large files through IIS.. will be a pain to embed asp.net components into any future php sites that require this...
by Phill64
Sat Oct 03, 2009 2:44 am
Forum: PHP - Code
Topic: file delivery script (moved servers, now fails)
Replies: 2
Views: 66

Re: file delivery script (moved servers, now fails)

This gets even more messed up. I've been desperately trying to work around this issue. the results are hard to believe. I tried reading and outputting just a piece of the file. (first 2mb) and this worked. So i proceeded to make a for loop to deliver the file in pieces... well, if i set it to 2 or 3...
by Phill64
Sat Oct 03, 2009 2:10 am
Forum: PHP - Code
Topic: file delivery script (moved servers, now fails)
Replies: 2
Views: 66

file delivery script (moved servers, now fails)

Hi all, I have been knocking my head against my desk for hours over this and then spent hours searching everywhere to find anything close to a solution. I have a simple file delivery script (snippet below) which worked fine on its original CentOS Apache server. now moved onto a Windows 2003 IIS serv...