diff src/index.html.luan @ 63:afd5ab5b02a2

file upload
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 05 Mar 2025 18:43:06 -0700
parents 3521166513b3
children 6cfef9850520
line wrap: on
line diff
--- a/src/index.html.luan	Wed Mar 05 15:03:26 2025 -0700
+++ b/src/index.html.luan	Wed Mar 05 18:43:06 2025 -0700
@@ -101,6 +101,7 @@
 				<button onclick="gotoInvite(this)">Close</button>
 			</div>
 		</dialog>
+		<input type="file" required onchange="loadedFile(this)">
 		<script>
 			'use strict';