For some reason, I cannot get the following code to work - the file is
not sent to the server. Is there something obviously wrong? I am using
Apache on Linux (RH 7.2).
Todd
<form method="post" name="upload" action="uploadfile.php"
enctype="multipart/form-data">
<table border="0" cellpadding="0" cellspacing="0" width="652">
<tr>
<td width="40"></td>
<td width="197">Submit this file:</td>
<td width="409">
<input type="file" name="userfile">
</td>
</tr>
</table>
<div align="center">
<font size="3"><input type="submit"></font>
</div>
</form>
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]