Update upload text

Maximum of 20 roms can be uploaded at a time.
This commit is contained in:
Ramaerel 2023-02-28 18:13:30 -08:00 committed by GitHub
parent e41b6e9b12
commit d559edf016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@
?>
<form action="upload.php" method="post" enctype="multipart/form-data">
<label for="rom-files">Select a ROM file:</label>
<label for="rom-files">Select a ROM file (Max 20):</label>
<br />
<input type="file" id="rom-files" name="rom-files[]" multiple>
<br />
@ -149,4 +149,4 @@
</div>
</body>
</html>
</html>