I am using laravel 5.5 . My form can not submit file,as follow: html: <form action="/profile" method="POST"> {{ csrf_field() }} <input type="text" ...
確定! 回上一頁