DIR : /home/kozerus/public_html/dropzone2.html /home/kozerus/public_html <html> <head> <title>dropzone2.html 20200906_1613</title> <script id="script_dropzone2"> </script> </head> <body bgcolor=linen> <div id="div_dropzone2"> <hr color=goldenrod> <hr color=goldenrod> <h1>div_dropzone2</h1> <hr color=goldenrod> <br> <form action="dropzone2.php" method="post" enctype="multipart/form-data"> <input type="text" name="title[]" placeholder="Title" > <input type="file" name="fileUpload[]" > <br> <input type="text" name="title[]" placeholder="Title" > <input type="file" name="fileUpload[]" > <br> <input type="text" name="title[]" placeholder="Title" > <input type="file" name="fileUpload[]" > <br> <input type="text" name="title[]" placeholder="Title" > <input type="file" name="fileUpload[]" > <br> <input type="submit" name="Submit" value="Upload" > </form> <br> <hr color=goldenrod> <hr color=goldenrod> <br> <form action="dropzone2.php" method="post" enctype="multipart/form-data"> <label> Select Files: </label> <input type="file" name="fileUpload[]" multiple > <input type="submit" name="Submit" value="Upload" > </form> <hr color=goldenrod> <hr color=goldenrod> </div> </body> </html>//