Ich habe folgendes Problem, ich kann keine Bilder (andere Dateitypen auch nicht) uploaden:
Formular:
<form action="bild-upload.php" method="post" name="fbildupload">
<tr><th>Bild-Upload</th></tr>
<tr><td>Erlaubte Formate: gif, jpg, jpeg, png</td></tr>
<tr><td><input type="file" size="40" name="tbild" value="" accept="image/*" /></td></tr>
<tr><td align="right"><input type="submit" name="bupload" value="Upload" disabled="true" /></td></tr>
</form>
Wenn ich dann in php, mittels print_r($_FILES); schau ob was drinnen steht, seh ich ein leeres Array.