mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed some typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316341 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dac6507c60
commit
993057ee86
1 changed files with 3 additions and 3 deletions
|
@ -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 <acronym>XHR</acronym> for example) to check the
|
||||
to a separate endpoint (via <acronym>XHR</acronym> for example) to check the
|
||||
status.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -41,7 +41,7 @@ var_dump($_SESSION[$key]);
|
|||
<para>
|
||||
It is also possible to <emphasis>cancel</emphasis> the currently in-progress file
|
||||
upload, by setting the <literal>$_SESSION[$key]["cancel_upload"]</literal> key to
|
||||
<literal>true</literal>.
|
||||
&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]);
|
|||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
The data stored in the session will looks like this:
|
||||
The data stored in the session will look like this:
|
||||
</para>
|
||||
<programlisting role="php" xml:id="session.upload-progress.example-array">
|
||||
<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue