アップロードの問題、何が問題なのかわかりません。
upload.html
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <html> <head> <title>upload</title> </head> <body> <form action="upload.php" method="post" enctype="multipart/form-date"> <input type="file" name="pic"> <input type="submit" name="sub" value="upload"> </form> </body> </html>
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <?php echo '<pre class="brush:php;toolbar:false">'; print_r($_POST); print_r($_FILES); echo ''; ?>