| <html> | |
| <body> | |
| <h1>upload food images one by one </h1> | |
| <form action = "uploader" method = "POST" | |
| enctype = "multipart/form-data"> | |
| <input type = "file" name = "file" /> | |
| <input type = "submit"/> | |
| </form> | |
| </body> | |
| </html> |
| <html> | |
| <body> | |
| <h1>upload food images one by one </h1> | |
| <form action = "uploader" method = "POST" | |
| enctype = "multipart/form-data"> | |
| <input type = "file" name = "file" /> | |
| <input type = "submit"/> | |
| </form> | |
| </body> | |
| </html> |