UNPKG

ospry

Version:

Ospry image hosting bindings for node.js

19 lines (18 loc) 457 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Ospry - Express Upload</title> <link rel="stylesheet" href="/static/css/style.css" /> </head> <body> <main> <div class="content"> <form method="POST" action="/images" enctype="multipart/form-data"> <input name="file" type="file" /> <button type="submit">Upload</button> </form> </div> </main> </body> </html>