This is a discussion on Having problem while downloading some files. within the alt.comp.lang.php forums, part of the PHP Programming Forums category; I am having problem while downloading files from an apache server2.0.53 with php4.3.10.While downloading some ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am having problem while downloading files from an apache server2.0.53
with php4.3.10.While downloading some files it generally stops after downloading some specific amount and then stops downloading with the error message: "the source file could not be read". And the error is not dependent on the size of the file, as I can download a file of 6MB but having problem with a file with 652KB. It always stops after 666880bytes. Thanks. |
|
|||
|
are you downloading from a database? if so, are you using stripslashes()
and the appropriate headers on the output? <just.starting@gmail.com> wrote in message news:1137032703.150153.67200@o13g2000cwo.googlegro ups.com... >I am having problem while downloading files from an apache server2.0.53 > with php4.3.10.While downloading some files it generally stops after > downloading some specific amount and then stops downloading with the > error message: "the source file could not be read". And the error is > not dependent on the size of the file, as I can download a file of 6MB > but having problem with a file with 652KB. It always stops after > 666880bytes. > > Thanks. > |
|
|||
|
Sorry for replying so late. I am downloading static files. And the
strange thing is that I am having this problem with a server that we have hosted our site on, but doing the same thing with a server on LAN just works fine. I am trying to download the files using browser. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|