php - What is the solution of request entity too large -
i want add files more 1mb through tnymice editor. if files size less 1mb code work if size exceed 1mb request entity large error occurred. please tell solution of error. don't have knowledge error. here php_ini file code. please me.
memory_limit = 20000m; max_execution_time = 10000; upload_max_filesize = 20000m; max_allowed_packet = 500m; post_max_size = 100m;
request entity large
the requested resource /phpcode_class.php not allow request data requests, or amount of data provided in request exceeds capacity limit.
additionally, 413 request entity large error encountered while trying use errordocument handle request.
you may need change upload.maxsize in config (http://archive.tinymce.com/wiki.php/mcimagemanager:upload.maxsize).
if use plugin file uploads, should read configuration.
Comments
Post a Comment