1

I have a serious problem. When i upload an image file from form via php post method after 15 seconds i have the following response load resource: the server responded with a status of 413 (Request Entity Too Large)

The fact here is that my image size is just 915 Kilobytes and the limit into my apache server php.ini file is set to post_max_size = 20M and upload_max_filesize = 20M , that means that my image file of 915 kb's should normally succeed to upload but unfortunatelly doesn't.

Does someone knows how can i solve this problem, i tried to increase the above values post_max_size and upload_max_filesize but i have the same response!

Also the process of post happen via ajax post method

Vasileios Tsakalis
  • 881
  • 2
  • 9
  • 22

0 Answers0