I am trying to copy a video file which has a size of 5Gbs.
I use this simple line:
copy($in, $out);
But somehow the copied file has only a size of ~700 Mb.
Is there a limit which the copy function has.
Are there some other ways to copy files using php?