Php download picture incomplete write a simple php file for downloading a single image: PHPcode & lt ;? Php?url=_post=url={url"=galleryddung2.jpg & quot; download url: DownImage ($ url); download url: picture functionDownImage ($ url) php download image incomplete
I wrote a simple php file for downloading a single image:
PHP code
After submission, someone else will test and tell me that 200 K images can only be downloaded K =
However, I have no limit on the download size ~
What are the possible problems?
------ Solution --------------------
$ Fp = file ($ url );
Foreach ($ fp as $ fileLine)
{
Echo $ fileLine;
}
Change it to this.
Echo file_get_content
Also, there cannot be output at the beginning. The first line of your code ------ Solution --------------------
Use file? to read images ?? The original picture is also a row...
File_get_contents.