Hi,
I've tried:
NMHTTP1->ReportLevel = Status_Basic;
NMHTTP1->InputFileMode = true;
NMHTTP1->Body = "D:\\DOWNLOADS\\example.jpg";
NMHTTP1->Get("
to download a JPEG file (BTW in case you haven't guessed the example URL is not real). The file I was trying to download was 7k in size, I can only receive the last 3k or so.
Here's my question: Why?
Please help - it's driving me mad!
I've tried:
NMHTTP1->ReportLevel = Status_Basic;
NMHTTP1->InputFileMode = true;
NMHTTP1->Body = "D:\\DOWNLOADS\\example.jpg";
NMHTTP1->Get("
to download a JPEG file (BTW in case you haven't guessed the example URL is not real). The file I was trying to download was 7k in size, I can only receive the last 3k or so.
Here's my question: Why?
Please help - it's driving me mad!