Level 24
<form ............... enctype="multipart/form-data">
1 like
Hello,
I have a form with several fields and an <input type="file" name="image">.
When I submit the form, dd($request->file('image')); displays null.
I really don't understand why ... it's not difficult to create an upload file field.
Do you have any idea why I retrieve no file in my request ?
Thanks a lot ;).
Vincent
<form ............... enctype="multipart/form-data">
Please or to participate in this conversation.