Hi!
If I move the uploaded file using PHP.
The move is using DISK I/O, should not use, no?
Tested with move_uploaded_file() and rename().
The copy and file_put_contets() should use I/O.
But, why move uses the I/O? Big files take so long to move the files because this.
Thanks a lot.
If I move the uploaded file using PHP.
The move is using DISK I/O, should not use, no?
Tested with move_uploaded_file() and rename().
The copy and file_put_contets() should use I/O.
But, why move uses the I/O? Big files take so long to move the files because this.
Thanks a lot.
Comment