File upload
File upload
<div class="form__group">
<label class="form__label" for="uppy">Upload a file</label>
<input type="file" id="myFile" name="filename">
</div>
<div class="form__group">
<button type="submit" class="button button--start">Continue</button>
</div>
Multi file upload
<div class="form__group">
<label class="form__label" for="uppy">Upload a file</label>
<div id="uppy"></div>
</div>
<div class="form__group">
<button type="submit" class="button button--start">Continue</button>
</div>
Published 11 September 2024
Last updated 11 September 2024