Просмотр поста

.
nokia-clubs

Вот код для того,чтобы выводило до 50 полей

<form enctype="multipart/form-data" method="post" action="upload_img.php?img">
 
        <?php for($i = 0; $i < 50; $i++ ) : ?>        
            <p><input name="imagefile_<?php echo $i ?>" type="file" /> Файл № <?php echo $i + 1 ?></p>
        <?php endfor ?>   

         
<input type="submit" name="submit" value="Выгрузить" /></p></form>