mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 22:04:51 +00:00
Add Acceptable File formats on the Client side, also allow webp for image file uploads in assets, locations, expenses and contact
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
|
||||
<div class="form-group col-md">
|
||||
<label>Receipt</label>
|
||||
<input type="file" class="form-control-file" name="file">
|
||||
<input type="file" class="form-control-file" name="file" accept="image/*, application/pdf">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user