post uplaod max file tidak bisa padahal sudah setting php.ini

Illuminate \ Http \ Exceptions \ PostTooLargeException

No message

  1.  public function handle($request, Closure $next)
    
  2.     {
    
  3.         $max = $this->getPostMaxSize();
    
  4. 
    
  5.         if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) {
    
  6.             throw new PostTooLargeException;
    
  7.         }
    
  8. 
    
  9.         return $next($request);
    
  10.     }
    
avatar Bagu
@Bagu

4 Kontribusi 0 Poin

Dipost 3 tahun yang lalu

Belum ada Jawaban. Jadi yang pertama Jawaban

Login untuk ikut Jawaban