Hi @dimaswicaksono917 👋
Did you add the part enctype="multipart/form-data"
to your <form>
tag like this?
<form enctype="multipart/form-data" action=...>`
The default is enctype="application/x-www-form-urlencoded"
which will not work nicely in combination with file uploads.
Have a great day!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community