Commit 1eb15338b3ffc4f2e500d1d96d10d89eb70591ee
1 parent
3988014fe4
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="camera"> | |
74 | + <input type="file" name="logo" accept=".svg, .jpg, .png или .jpeg" capture="filesystem"> | |
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="camera"> | |
50 | + <input type="file" name="logo" accept=".svg, .jpg, .png или .jpeg" capture="filesystem"> | |
51 | 51 | <span class="button"> |
52 | 52 | <svg> |
53 | 53 | <use xlink:href="{{ asset('images/sprite.svg#plus') }}"></use> |