expand image formats.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<label for="inputLicensePlate">License Plate</label>
|
||||
<input type="text" id="inputLicensePlate" class="form-control">
|
||||
<label for="inputImage">Upload a picture(optional)</label>
|
||||
<input onChange="uploadFileAsync()" type="file" accept=".png" class="form-control-file" id="inputImage">
|
||||
<input onChange="uploadFileAsync()" type="file" accept=".png,.jpg,.jpeg" class="form-control-file" id="inputImage">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user