y0 c0derz!
私の式は次のようになります。
<form method="post" action="index.php?sida=upl" enctype="multipart/form-data" name="myform">
<input type="file" name="picture" id="picture" class="file_1" />
<input type="image" name="submit" style="margin-left: 120px;" src="uplbutt.png" />
</form>
そして、式のPHPコードは次のようになります。
if (array_key_exists('image', $_POST))
{
// do something here bla bla
}
しかし、画像送信ボタンをクリックしても、発生するはずなので何も起こりませんか?何が間違っている可能性がありますか?