I am trying to upload in image using an html form in my laravel blade template. But got an error in my log file like below
local.ERROR: ErrorException: copy(public/campaigns/small/91554441670ylb3chejx2freodnlo0d9ecgdlnqnbxlaaelbw1c.jpg): failed to open stream: No such file or directory in F:\Xampp\htdocs\fund\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php:204
html
<form method="POST" action="" enctype="multipart/form-data" id="formUpload">
<div class="filer-input-inner">
<div class="filer-input-icon">
<i class="fa fa-cloud-upload"></i>
</div>
<div class="filer-input-text">
<h3 class="margin-bottom-10"></h3>
<h3>: </h3>
</div>
</div>
</div>
<div class="box-footer">
<hr />
<button type="submit" id="buttonFormSubmit" class="btn btn-block btn-lg btn-main custom-rounded"></button>
</div><!-- /.box-footer -->
I have already googling for this but not solve yet....
I cleared cach file also using php artisan config:cache command... but not solved.
How can I solve that ? Anyone help Please ?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire