Arkadaşlar merhaba, bir file upload scripti hazırladım, ama file input yani browse butonu çok küçük çalışmıyor, aşağıda görebilirsiniz görüntüyü ve kodları tabi normaldeki kod aşağıdaki gibi değil ama ben en basite indirdim sadeleştirmeme rağmen hala görünmüyor nalet buton.
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html> <head> <title>Resim Ekleme Paneli</title> <meta http-*****="content-type" **********text/html; charset=iso-8859-9"> <meta name="generator" **********notepad++"> </head> <body> <form action="deneme.php" method="post" enctype="multipart/form-data"> <input type="file" name="resiminput"/> </form> </body></html>
