asi subes muchos archivos.
http://enlinea.creaelicita.cl/guia/f....multiple.html
y asi los lees los archivos del directorio:
Código PHP:
if ($gestor = opendir('directorio/')) {
while (false !== ($archivo = readdir($gestor))) {
print $archivo;
}
en ti esta el ingenio para colocar los chekbox