Not limited to CSV files

This commit is contained in:
Erikas 2024-07-13 01:03:49 +03:00
parent 65622e6168
commit 2c86bd428e

View File

@ -15,7 +15,7 @@
<textarea id="exampleInputPassword1" class="form-control" rows="4" placeholder="Description of your benchmark" name="description" maxlength="500"></textarea>
</div>
<div class="mb-3">
<label for="inputGroupFile01" class="form-label">CSV file(s)</label>
<label for="inputGroupFile01" class="form-label">Overlay file(s)</label>
<input type="file" class="form-control" id="inputGroupFile01" required multiple name="files">
</div>
<button type="submit" class="btn btn-primary">Submit</button>