Date: 11/12/00
- Next message: Michael Chaney: "Re: [phplib] file upload"
- Previous message: senthil: "[phplib] file upload"
- In reply to: senthil: "[phplib] file upload"
- Next in thread: Michael Chaney: "Re: [phplib] file upload"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Try this:
----------------------------
<html>
<body>
<font face=verdana size=1>
<?
If ($userfile_size <> 0)
{
echo ("File uploaded: $userfile_name (<b>$userfile_type</b> --
$userfile_size bytes)");
}
?>
<form enctype="multipart/form-data" action="<?print($PHP_SELF);?>"
method="POST">
<INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="1000">
Send this file: <br>
<input name="userfile" type="file">
<input type="submit" value="Send File">
</form>
</font>
</body>
</html>
----------------------------
Let me know if this works..
Cheers
</Shanx>
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.198 / Virus Database: 95 - Release Date: 04-Oct-00--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Michael Chaney: "Re: [phplib] file upload"
- Previous message: senthil: "[phplib] file upload"
- In reply to: senthil: "[phplib] file upload"
- Next in thread: Michael Chaney: "Re: [phplib] file upload"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

