Hi,

mijn files is altijd leeg onder wamp.
php.ini: upload_max_filesize = 200M
Bestand is slechts 1k

<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>


Wat doe ik weer fout?

Jan
<input type="file" => mist name="..."
Hoe stom:)
Ik had echt wel een offday; hiervoor ook 45' gezocht naar een spatie.

Bedankt

Reageren