fopen (C: \ lighttpd \ htdocs \ storage \ app \ upload / LqlmfPRYJovsfn6Snm5qF0GCQf2QBrdfhHmkiUWO.): failed to open stream: Permission denied
When I upload an image, everything is fine, but the exe file does not allow ..
<form action="{{ route('offers.add') }}" method="post" enctype="multipart/form-data"> <div class="form-group"> {{ csrf_field() }} <input type="file" id="file" name="file" > </div> </form>