algebrateam / phpdev2017

PHP osnove, Mysql osnove, PHP&Mysql
MIT License
0 stars 6 forks source link

Popraviti multiple download! #107

Closed mrvic closed 7 years ago

mrvic commented 7 years ago

Treba popraviti multiple file upload ---> više u single file uploada

phpdev2017/dudovcic/zadaca264/zad4part2.php

for ( $i = 1; $i<= $num; $i++) {
    echo "<p>File num $i</p><input type='file' name='file[]'>"; //file$i
    echo "<br/>";
}