LARAVEL PROBLEM IMAGE NOT UPLOAD PROBLEM (THE SAME PROBLEM WORKED IN LOCALHOST)

Problem Description: I have recently created a site in laravel and I had the no issue. But when I uploaded the script in the live server, there was an issue in uploading images. My form was absolutely fine <form action=”{{route(‘subject.store’)}}” method=”POST” enctype=”multipart/form-data”> {{csrf_field()}} <input type=”file” name=”image”> <button type=”submit”> Submit </button> </form> My controller was absolutely … Read moreLARAVEL PROBLEM IMAGE NOT UPLOAD PROBLEM (THE SAME PROBLEM WORKED IN LOCALHOST)