y0 c0derz!
Benim formül şöyle:
<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>
Ve formül için PHP kodu bu gibi görünüyor:
if (array_key_exists('image', $_POST))
{
// do something here bla bla
}
I görüntü Gönder düğmesine tıkladığınızda o ne varsayalım gibi ama hiçbir şey olmuyor? Ne yanlış olabilir?