UNPKG

webserv

Version:

a quick, flexible, fully typed development server

19 lines (18 loc) 439 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Upload Files</title> </head> <body> <form method="post" enctype="multipart/form-data"> <p> <input type="file" name="uploadedFiles" multiple> </p> <p> <input type="submit" value="Upload file"> </p> </body> </html>