Skip to content

Commit

Permalink
multiple-photos
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 17, 2024
1 parent 9f02e42 commit fc796ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</div>
<div class="row pb-5">
<div class = "col-md-12"><h5>Ανεβάστε μια φωτογραφία</h5></div>
<div class = "col-md-9"><input id="fileupload" type="file" class="custom-file-input" name="fileupload" />
<div class = "col-md-9"><input id="fileupload" type="file" class="custom-file-input" name="fileupload" multiple/>
<label class="custom-file-label" for="customFile">Επιλογή αρχείου</label></div>
<div class = "col-md-3">
<button type="button" class="btn btn-info btn-block" id="upload-button" onclick="uploadFile()"> Αποθήκευση </button></div>
Expand Down

0 comments on commit fc796ba

Please sign in to comment.