Commit 3988014fe4c61baf487d2ff68e241b5f6e140461

Authored by Hayk Nazaryan
1 parent b2d6fbf843
Exists in master

fix upload images

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

resources/views/employers/cabinet45.blade.php
... ... @@ -47,7 +47,7 @@
47 47 <div class="cabinet__avatar-form">
48 48 <label class="file">
49 49 <span class="file__input">
50   - <input type="file" name="logo">
  50 + <input type="file" name="logo" accept=".svg, .jpg, .png или .jpeg" capture="camera">
51 51 <span class="button">
52 52 <svg>
53 53 <use xlink:href="{{ asset('images/sprite.svg#plus') }}"></use>