Skip to content

Instantly share code, notes, and snippets.

@josuelmm
Created May 10, 2021 21:29
Show Gist options
  • Save josuelmm/2576f127f63946010858772e3a2ff050 to your computer and use it in GitHub Desktop.
Save josuelmm/2576f127f63946010858772e3a2ff050 to your computer and use it in GitHub Desktop.
RUMV
<li>
<div class="mb-3">
<label for="formFileMultiple" class="form-label">Anexar documento de constancia de residencia en Colombia, formato .PDF Tamaño máximo 5Mb)</label>
<input class="form-control" type="file" id="formFileMultiple" name="DocumentoCertificado" accept=".jpg, .png, .pdf" multiple="">
<span class="field-validation-valid" data-valmsg-for="Documento_Certificado" data-valmsg-replace="true"></span>
</div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment