Pleck 8.1 php upload file ไม่ได้

Pleck 8.1 php upload file ไม่ได้ ครับ เป็น https(ssl)
ex1.php
<form enctype=“application/x-www-­form-urlencoded” action=“ex_ses3.php” method=“POST”>

<form enctype=“application/x-www-­form-urlencoded” action=“ex_ses3.php” method=“POST”>

แก้เป็น
<form enctype=“multipart/form-data” action=“ex_ses3.php” method=“POST”>

แก้เป็น <<form enctype=“multipart/form-data” action=“ex_ses3.php” method=“POST”> แล้วครับ แต่ก็ Error เหมือนเดิมครับ

[quote author=tcom link=topic=12639.msg123189#msg123189 date=1217317649]
Pleck 8.1 php upload file ไม่ได้ ครับ เป็น https(ssl)
ex1.php
<form enctype=“application/x-www-­form-urlencoded” action=“ex_ses3.php” method=“POST”>

Pleck 8.1

code ของ ex_ses3.php ครับ พอดีเขียนผิดซ้ำกันกับ upload.php code เดียวกันครับ
<?php
echo $_FILES[‘userfile’][‘name’] ."
";
echo $_FILES[userfile][‘size’]."
";
echo $_FILES[userfile][‘type’]."
";
?>

[quote author=tcom link=topic=12639.msg123189#msg123189 date=1217317649]
Pleck 8.1 php upload file ไม่ได้ ครับ เป็น https(ssl)
ex1.php
<form enctype=“application/x-www-­form-urlencoded” action=“ex_ses3.php” method=“POST”>

แฟ้ม ex1.php

&lt;form enctype="multipart/form-data" action="ex_ses3.php" method="POST"&gt;