I need to list the files in a folder, and display them by name linked to their directory to download .
I use this code:
$pasta = 'uploads/';
$arquivos = glob("$pasta{*.jpg,*.JPG,*.png,*.gif,*.bmp}", GLOB_BRACE);
foreach($arquivos as $img...
asked by
16.01.2016 / 13:10