I am trying to click and open my pdf file on website that I have uploaded from admin , but it's showing not found 404
view
<div class="entry-content">
<a target="_blank" href="">
<p style="font-size: 18px;color: #468b10;">
</p></a>
</div>
Controller
if (request('file')) {
$file = request('file');
$file=$file_name::get($file);
$file_name = time() . $file->getClientOriginalName();
$file->move('uploads/posts', $file_name);
$data['file'] = 'uploads/posts/'.$file_name;
}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire