Small file get uploaded but not large file in Laravel

后端 未结 6 1528
無奈伤痛
無奈伤痛 2020-12-09 09:28

I have this action in controler

    public function upload() {
  // getting all of the post data
  $file = array(\'image\' => Input::file(\'image\'));
  /         


        
6条回答
  •  情书的邮戳
    2020-12-09 10:16

    FOR WAMP SERVER: Go to /wamp64/bin/apache/apache(your version)/bin/ and open php.symlink(.ini) and change
    post_max_size,memory_limit,upload_max_filesize as per your need. and restart the wamp server.

提交回复
热议问题