From d3a2ba3d0e2cc9e8c2e8ea284b971edbe2bdbadb Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 21 Dec 2004 19:32:45 +0000 Subject: [PATCH] - Make this more obvious. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175292 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index 1c97a2591f..eef2626ae6 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -74,13 +74,16 @@ saves users the trouble of waiting for a big file being transferred only to find that it was too big and the transfer failed. - - Be sure your file upload form has attribute enctype="multipart/form-data" - otherwise the file upload will not work. - + + + Be sure your file upload form has attribute enctype="multipart/form-data" + otherwise the file upload will not work. + + + The global $_FILES exists as of PHP 4.1.0 (Use $HTTP_POST_FILES