• 29-11-2013, 10:35:49
    #1
    Merhaba arkadaşlar php ile dosya upload sistemi hazırlıyorum. Ancak şöyle bir sorunum var 900mb den sonra hata veriyor

    POST Content-Length of 1273992173 bytes exceeds the limit of 947912704 bytes in

    Ancak benim php ayarlarim şu şekilde

    memory_limit=5000M
    max_execution_time=3600
    max_input_time=3600
    max_input_vars = 5000
    post_max_size=5000M
    upload_max_filesize=5000M

    sizce hala hata nerede neden upload etmiyor???
  • 29-11-2013, 10:46:24
    #2
    hocam, set_time_limit değerini bi araştırırsan herhalde olur. Benim de başıma gelmişti böyle bişey
  • 29-11-2013, 11:23:08
    #3
    Htaccess ile çözdüm.. Konu kilit...

    php_value upload_max_filesize 5224288000
    php_value post_max_size 5224288000