I want to display a list of file names that I will upload in the list_file div before uploading, is there a reference to that?
<form action="upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="name_file">
<div id="list_file"></div>
</form>