From d413c677cffe0071175c58a2aa57bafc0b778e48 Mon Sep 17 00:00:00 2001 From: Alexander Voytsekhovskyy Date: Thu, 27 May 2004 06:30:24 +0000 Subject: [PATCH] reverting promotion for some global variables git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159769 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.