PHP ?? ??? ??? HTML ???
???? ????? ??? ???? ??? ???? HTML ???? ??? ???
??? ?? ?????. ?? ??? ???
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>圖片上傳</title> </head> <body> <form id="form1" name="upload" enctype="multipart/form-data" method="post" action="upload.php"> <input type="hidden" name="max_file_size " /> <input type="file" name="file" /> <input type="submit" name="submit" value="上傳" /> </form> </body> </html>
? ??? ?? ??? ?? ??? ???? ??? ?? ??? ???? ????. ???, ??? ?? ???? ? ???? ???? ?? ? ????
?? ??? ?? ???? ??????? ?? ??? PHP ????? ??? ???? ??? ???? ?????