I have this action in controler
public function upload() { // getting all of the post data $file = array(\'image\' => Input::file(\'image\')); /
edit your php.ini file and set:
php.ini
memory_limit = 32M upload_max_filesize = 70M post_max_size = 100M
and restart apache.