mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
I figure we post to .php files.. not .html files..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35521 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e78966a1ec
commit
f5698af7cd
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ if (is_uploaded_file($userfile)) {
|
|||
<example>
|
||||
<title>Uploading multiple files</title>
|
||||
<programlisting>
|
||||
<form action="file-upload.html" method="post" enctype="multipart/form-data">
|
||||
<form action="file-upload.php" method="post" enctype="multipart/form-data">
|
||||
Send these files:<br>
|
||||
<input name="userfile[]" type="file"><br>
|
||||
<input name="userfile[]" type="file"><br>
|
||||
|
|
Loading…
Reference in a new issue