Upload and display on-screen loop-time with PHP, Jquery, AJAX, javascript

0

I want to upload an array and at the same time I want to show each file that has been "upado" in a loop, at runtime of the loop, so that the page can not refresh, then load the files on the screen. I'm looking for not only a way to do this, but also a logic to create a system like that that I quoted. I want to do type like this:

Foreach (inicia o loop) {
bla,bla,bla começa o upload bla, bla
echo "upload concluido" e que apareça os dados do upload
}

And then reboot and do this with all files.

    
asked by anonymous 20.03.2018 / 20:39

0 answers