Posts by dddcastro • 11 points
1 post
- 
		1 votes0 answers473 viewsQ: 413 (Request Entity Too Large) in php serverI am trying to send a video file via ajax to the server but the server returns me 413 whenever the file is bigger than 20 M, my apache settings are: upload_max_filesize 5000M memory_limit 1024M…