libURLDownloadToFile download incomplete
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
libURLDownloadToFile download incomplete
Hello,
I've been using libURLDownloadToFile and the load command for a couple of years now in my projects with no trouble and just yesterday it started returning "downloaded " or "cached" before the file had completely downloaded. Using my bitMeter I can see that the file is still downloading but the file has already been written to disk (incomplete). I get the correct bytesReceived, bytesTotal, I don't get a timeout.
Is the "downloaded" message generated by rev or is there a server component?
Anyone have any ideas on this?
Thank you in advanced.
Simon
I've been using libURLDownloadToFile and the load command for a couple of years now in my projects with no trouble and just yesterday it started returning "downloaded " or "cached" before the file had completely downloaded. Using my bitMeter I can see that the file is still downloading but the file has already been written to disk (incomplete). I get the correct bytesReceived, bytesTotal, I don't get a timeout.
Is the "downloaded" message generated by rev or is there a server component?
Anyone have any ideas on this?
Thank you in advanced.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: libURLDownloadToFile download incomplete
Hi Simon,
what version of Rev are you using? I know there are problems with the "LibUrl "in Rev 4.5dp3.
Best
Klaus
what version of Rev are you using? I know there are problems with the "LibUrl "in Rev 4.5dp3.
Best
Klaus
Re: libURLDownloadToFile download incomplete
Hello Klaus!
Good to hear from you again.
I'm still on 3.5.0 Build 870
Regards,
Simon
Good to hear from you again.
I'm still on 3.5.0 Build 870
Regards,
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: libURLDownloadToFile download incomplete
Hi Simon,

Does this also happen if you simply
...
put url... into url("binfile:...")
...
?
Best
Klaus
Simon wrote:Hello Klaus!
Good to hear from you again.

Hm, no spontaneous idea then...Simon wrote:I'm still on 3.5.0 Build 870
Does this also happen if you simply
...
put url... into url("binfile:...")
...
?
Best
Klaus
Re: libURLDownloadToFile download incomplete
Hi Klaus,
Using "put url" I get the same 8 kb of the file (not the full 8 MB).
Any other thoughts?
Simon
Using "put url" I get the same 8 kb of the file (not the full 8 MB).
Any other thoughts?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: libURLDownloadToFile download incomplete
Hi Simon,
sorry, I'm a bit clueless in the moment...
Best
Klaus
sorry, I'm a bit clueless in the moment...
Best
Klaus
Re: libURLDownloadToFile download incomplete
OK, I've narrowed it down to .eps files, not all of them but quite a few that I'm trying to download.
Doesn't seem server specific.
Is that any help?
Regards,
Simon
Doesn't seem server specific.
Is that any help?
Regards,
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!