mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 05:21:18 +00:00
15 lines
322 B
HTML
15 lines
322 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Scratch file to test file upload</title>
|
|
<script src="../../src/htmx.js"></script>
|
|
</head>
|
|
<body>
|
|
<form hx-post="/">
|
|
<input type="hidden" name="foo" value="bar">
|
|
<input type="file" name="file">
|
|
<button>Submit</button>
|
|
</form>
|
|
</body>
|
|
</html>
|