diff --git a/features/file-upload.xml b/features/file-upload.xml index 2e02dfe9fc..a9a837e301 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -506,9 +506,9 @@ Script PUT /put.php linkend="features.file-upload.post-method">POST-method. When the request ends, this temporary file is deleted. So, your PUT handling PHP script has to copy that file somewhere. The - filename of this temporary file is in the PHP_PUT_FILENAME + filename of this temporary file is in the $PHP_PUT_FILENAME variable, and you can see the suggested destination filename in - the REQUEST_URI (may vary on non-Apache web servers). This + the $REQUEST_URI (may vary on non-Apache web servers). This destination filename is the one that the remote client specified. You do not have to listen to this client. You could, for example, copy all uploaded files to a special uploads directory.