Hello!
Running my uploadscript on old server, php4.1.2 ignore aborted
fileuploads.
Now, the same script on new server doesn't ignore broken uploads.
If anybody make a upload and abort this the uploaded part of file is
present on server.
I'm now running php 4.3.3 on redhat 9.
Files will be moved with move_uploaded_f ile($userfile['tmp_name'],
"$destinati on/$userfile_name" )
I want to ignore broken uploads. What must i change in php.ini or which
compile-option must set.
regards Thomas
Running my uploadscript on old server, php4.1.2 ignore aborted
fileuploads.
Now, the same script on new server doesn't ignore broken uploads.
If anybody make a upload and abort this the uploaded part of file is
present on server.
I'm now running php 4.3.3 on redhat 9.
Files will be moved with move_uploaded_f ile($userfile['tmp_name'],
"$destinati on/$userfile_name" )
I want to ignore broken uploads. What must i change in php.ini or which
compile-option must set.
regards Thomas