What is your question? What are the steps to reproduce and what is the expected outcome?
enctype/form-data this statement is not used by laravel how this is achieved in laravel
when to use in laravel enctype='multipart/form-data' and when should we use it in laravel codes?
Please read this: https://stackoverflow.com/questions/4526273/what-does-enctype-multipart-form-data-mean It answers your question.
By using HTML & core php
<form action="/anyformname" method="post" enctype="multipart/form-data"> <input type=file name=file> </form> how this is achieved in laravel can u follow me now.how type files r used in laravel do give hook in this nowhere given in laracastSign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community