vincent15000's avatar

Problem with file upload

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

0 likes
2 replies
newbie360's avatar
Level 24
<form ............... enctype="multipart/form-data">
1 like

Please or to participate in this conversation.