[PHP3] Why file open form is not work? From: Alessandro (alex <email protected>)
Date: 09/30/98

this form send to server a file in http session, but the file must be a gif
file, when i click on browse button, this open the form, but in default type
file (HTML format) and not in GIF format (wich not exist).

                        echo "<form action='eleban.php3' enctype='multipart/form-data'
method=POST>";
                        echo "<input type='hidden' name='MAX_FILE_SIZE' value='10000000'>\n";
                        echo "<table border=2>\n";
                        echo "<tr><th align=right>Filename: </th>";
                        echo "<td><input type='file' name=file value='*.gif' size=50></td></tr>";
                        echo "</table>";
                        echo "<input type='hidden' name=ban value=$ban>\n";
                        echo "<input type='hidden' name=idban value=$idban>\n";
                        echo "<input type='hidden' name=iddit value=$iddit>\n";
                        echo "<input type='submit' value=' Send File '>";
                        echo "</form>";

Tank you.

 ____________________________________________________
| \____________________________Alessandro_Grena_____|
| \ | | | ___| \ \/ /___Ditta:_Got.it________|
| |\ \ | | | |__ \ /____E <email protected>:_alex <email protected>__|
| |_\ \ | | | __| / \____Ditta:_035-4520250___|
| ____ \ | |___| |___ / /\ \___Fax:_035-4520249_____|
| | \ \|_____|_____|/_/ \_\__Cell:_0347-7250483___|
|_|____\_\___________________________________________|

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3