.htaccess - PHP file upload size limit not working even after changing configuration settings -
file 600 mb not uploading request getting crashed after changing configuration settings in .htaccess php_value post_max_size 4g php_value upload_max_filesize 3g php_value memory_limit 3g php_value max_execution_time 259200 
this php_info()
 directive                |   local value | master value max_execution_time        |      60           60 max_file_uploads          |      20           20 max_input_nesting_level   |      64           64 max_input_time            |      60           60 max_input_vars            |    1000         1000 memory_limit              |      3g         128m post_max_size             |      4g           8m   can 1 me pls.
 
 
  
Comments
Post a Comment