one more thing, i know you guy will tell me to upgrade to Laravel 4.1 or 4.2 but i want to stay with 4.0 Version because it is really stable for me :)
Of course it should be working.
What is "name"? Is it text input or file input? (You mentioned image?)
Thanks TorchSK, again! It is file input. Yeah, i mentioned about image.
Then you have to use
if (Input::hasFile('name'))
{
//
}
to check If a file was uploaded
You made my day! Thank you so much ^_^!!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community