If you're trying to redirect back with some errors related to the file, make sure you are not sending the file itself back to the user.
No, I have this return Redirect::back() ->withErrors($validator) ->withInput( Input::except('banner'), Input::except('logo') );
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community