Date: 07/21/00
- Next message: waldschrott: "Re: [PHP-DEV] phpmyadmin+sessions <email protected> known to destroy system ???"
- Previous message: Andreas Mallek: "Re: [PHP-DEV] File Uploads and Win32"
- In reply to: Andreas Mallek: "Re: [PHP-DEV] File Uploads and Win32"
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] File Uploads and Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Andreas Mallek wrote:
> try this (you've forgotten the brackets ("userfile" becomes
> "userfile[]");-)):
>
> <form enctype="multipart/form-data" action="upload.php" method="post">
> <input type="hidden" name="MAX_FILE_SIZE" value="1000">
> file: <input type="file" name="userfile[]">
> </form>
I will try this later today. If it works, then the manuas is wrong:
<FORM ENCTYPE="multipart/form-data" ACTION="_URL_" METHOD=POST>
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="1000">
Send this file: <INPUT NAME="userfile" TYPE="file">
<INPUT TYPE="submit" VALUE="Send File">
</FORM>
(features.file-upload.html)
--
<?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
"125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
chr($a[$i]-13);// http://gravedancer.rc5.de/ | sebastian.bergmann <email protected> ?>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: waldschrott: "Re: [PHP-DEV] phpmyadmin+sessions <email protected> known to destroy system ???"
- Previous message: Andreas Mallek: "Re: [PHP-DEV] File Uploads and Win32"
- In reply to: Andreas Mallek: "Re: [PHP-DEV] File Uploads and Win32"
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] File Uploads and Win32"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

