And also my suggestion?Code: Select all
$result = file_put_contents($uploadfile, file_get_contents($newfile), FILE_APPEND);
You can remove it by specifying the number of bytes you want to read from the old file
Moderator: General Moderators
And also my suggestion?Code: Select all
$result = file_put_contents($uploadfile, file_get_contents($newfile), FILE_APPEND);
You can remove it by specifying the number of bytes you want to read from the old file
So you got it fixed?bugmenot wrote:That was all.