From 993057ee8632dddb9546c1beb60b0700404b55b7 Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Wed, 7 Sep 2011 12:23:15 +0000 Subject: [PATCH] Fixed some typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316341 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/upload-progress.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/session/upload-progress.xml b/reference/session/upload-progress.xml index e663ece680..f9468843fc 100644 --- a/reference/session/upload-progress.xml +++ b/reference/session/upload-progress.xml @@ -11,7 +11,7 @@ individual files being uploaded. This information isn't particularly useful for the actual upload request itself, but during the file upload an application can send an POST request - to a seperate endpoint (via XHR for example) to check the + to a separate endpoint (via XHR for example) to check the status. @@ -41,7 +41,7 @@ var_dump($_SESSION[$key]); It is also possible to cancel the currently in-progress file upload, by setting the $_SESSION[$key]["cancel_upload"] key to - true. + &true;. When uploading multiple files in the same request, this will only cancel the currently in-progress file upload, and pending file uploads, but will not remove successfully completed uploads. @@ -76,7 +76,7 @@ var_dump($_SESSION[$key]); ]]> - The data stored in the session will looks like this: + The data stored in the session will look like this: