Hi, I am uploading a image. First, It gives me trouble. Then, I included then it works fine..
Now the problem is, I moved the sessions from file to database while performing this I got an error "Token Mismatch Exception in VerifyCSRFToken.php".
Give me a solution please.
When you get a Token Mismatch Exception that's because you probably haven't included the token in your form.
Inside your <form></form> tags, add the following: (remove the spaces between the braces)
{ { csrf_field() } }
I say probably as you haven't given us nearly enough information, no code. We can't help you if you don't help yourself. When asking questions, ask yourself, if it was the other way around, what would I need from this person in order to help them out. If you wouldn't know where to start, then provide more information. :)