tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>The multiple Attribute</h2> <form action="/sample_page.php"> Select files: <input type="file" name="file" multiple><br><br> <input type="submit"> </form> </body> </html>