accept all type of docs
This commit is contained in:
parent
6bb608b1a6
commit
b902ab24f8
|
@ -64,7 +64,7 @@
|
||||||
<div class="col-md-6 col-md-offset-3">
|
<div class="col-md-6 col-md-offset-3">
|
||||||
<form enctype="multipart/form-data" action="" method="post">
|
<form enctype="multipart/form-data" action="" method="post">
|
||||||
<label for="name">Document: </label>
|
<label for="name">Document: </label>
|
||||||
<input type="file" name="docUpload" accept="text/csv,application/pdf" /><br />
|
<input type="file" name="docUpload" accept="*" /><br />
|
||||||
<input type="submit" id="send-signup" name="signup" value="Verify" />
|
<input type="submit" id="send-signup" name="signup" value="Verify" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue