diff --git a/features/file-upload.xml b/features/file-upload.xml index 0256075e0a..1a4ec512dd 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -297,9 +297,9 @@ if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploaddir . $_FILES['us affects the execution time of the script itself. Any time spent on activity that happens outside the execution of the script such as system calls using system, the - sleep function, database queries, etc. is - not included when determining the maximum time that the script - has been running. + sleep function, database queries, time taken by + the file upload process, etc. is not included when determining the maximum + time that the script has been running.