You've already forked collage-maker
upload support for new images
This commit is contained in:
12
web/upload.html
Normal file
12
web/upload.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- DEVONLY --> <script src="http://localhost:35729/livereload.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<form action="/upload" method="POST" enctype="multipart/form-data">
|
||||
<input name="photos" type=file multiple accept="image/*" />
|
||||
<input type=submit>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user