Initial commit
This commit is contained in:
29
static/post-event.html
Normal file
29
static/post-event.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test of posting event</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form action="/emit-multipart" method="post" enctype="multipart/form-data">
|
||||
<div>
|
||||
<label>
|
||||
Resource ID:
|
||||
<input type="text" name="resource" required>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label>
|
||||
File:
|
||||
<input type="file" name="file" required>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button type="submit">Post</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user