files is leeg
Jan R
16/06/2017 14:04:39Hi,
mijn files is altijd leeg onder wamp.
php.ini: upload_max_filesize = 200M
Bestand is slechts 1k
Wat doe ik weer fout?
Jan
mijn files is altijd leeg onder wamp.
php.ini: upload_max_filesize = 200M
Bestand is slechts 1k
Code (php)
1
2
3
4
5
2
3
4
5
<form id="sendfile" name="sendfile" action="edit.php?recno=<?php echo $recno; ?>" method="post" enctype="multipart/form-data">
<input type="hidden" name="id" value="<?php echo $recno; ?>">
<input type="file" accept=".png" id="pngfoto">
<input name="submit" value="upload je foto" type="submit">
</form>
<input type="hidden" name="id" value="<?php echo $recno; ?>">
<input type="file" accept=".png" id="pngfoto">
<input name="submit" value="upload je foto" type="submit">
</form>
Wat doe ik weer fout?
Jan
Gewijzigd op 16/06/2017 14:12:15 door Jan R