Closed plutotom closed 1 month ago
{!! Form::open(['action' => 'AdminUtilsController@postUpdatepromo', 'id' => 'promo-form', 'files' => true]) !!}
<form
method="POST"
enctype="multipart/form-data"
action="AdminUtilsController@postUpdatepromo"
id="promo-form"
>@csrf
<form
method="POST"
enctype="multipart/form-data"
action="AdminUtilsController@postUpdatepromo"
id="promo-form"
enctype="multipart/form-data"
>@csrf
So sorry for the noise, it does handle it! It simply put it higher in the list of attributes. I have been looking at these blades for far to long...
Hey so far the tool has been such a life saver, but in checking over some of my blades, i notice that the file argument is not being converted to enctype="multipart/form-data". I do not know much about the process and impact, but our forms that have file uploads will need this