Commit 70d1f8db75f56fcbc9ce5c56bb4c1a4b050c4a9b

Authored by Hayk Nazaryan
1 parent 1eb15338b3
Exists in master

fix upload images

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

resources/views/employers/cabinet.blade.php
... ... @@ -71,7 +71,7 @@
71 71 <div class="cabinet__avatar-form">
72 72 <label class="file">
73 73 <span class="file__input">
74   - <input type="file" name="logo" accept=".svg, .jpg, .png или .jpeg" capture="filesystem">
  74 + <input type="file" name="logo" accept=".svg,.jpg,.png,.jpeg">
75 75 <span class="button">
76 76 <svg>
77 77 <use xlink:href="{{ asset('images/sprite.svg#plus') }}"></use>
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" accept=".svg, .jpg, .png или .jpeg" capture="filesystem">
  50 + <input type="file" name="logo" accept=".svg,.jpg,.png,.jpeg">
51 51 <span class="button">
52 52 <svg>
53 53 <use xlink:href="{{ asset('images/sprite.svg#plus') }}"></use>