From ab80f6a659211979f85cf60b6f49117ea6d38b9c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 10 Nov 2008 11:29:14 +0000 Subject: [PATCH] Link apc.rfc1867 (bug #41703) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268734 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index e7143cc319..242e7f15f5 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -246,6 +246,10 @@ foreach ($_FILES["pictures"]["error"] as $key => $error) { ]]> + + File upload progress bar can be implemented by apc.rfc1867. +