That's the HTML form that given from the PHP, I took out all the variables of text colors and that kind of stuff in it.
<form action="upload.php" method="post">
<font face="arial" size="2" color="000000"><b>Upload Picture:</b></font>
<input type="hidden" name="MAX_FILE_SIZE" value="51200">
<input name="userfile" type="file">
<input type="submit" name="submit" value="Upload"><br><br>
</form>
It' just for uploading a gif or jpeg for use in the forum. I've got it uploaded, but when I copy the temporary file it doesn't take the extension.