Uploading multiple files error

I have a content management system built in Wappler for one of my clients that has been running fine for the last 4 months or so, on Friday the user contacted me saying that her slideshow uploads were not working. I asked her to send me the original files which were all .jpg
The total size after adding all 18 .jpg files would be 329mb, which when i test it myself produces an error in Google Chrome of
Error 413 Request Entity Too Large

I have adjusted my .user.ini file to make sure i have far more than that just while testing

memory_limit = "3000M"
upload_max_filesize = "768M"
post_max_size = "1152M"
max_execution_time = 1200
max_input_time = 1200

After adjusting and rebooting both Apache and PHP-FPM 7.2 I tried again and get the same error, it did not even seem like it took any longer to produce the error.

After a Google search I then went and adjusted my .htaccess file to add

LimitRequestBody 0

Again i rebooted both services, and i still get the error.

I have rebooted the entire VPS server just incase, as well as rebooted my own mac and tried on Chrome, just incase it was some remnant cache or something being held.

Anybody got any advice as to what I can try next, im not sure if there is a log file somewhere i can try see when exactly it’s breaking.

Community Page
Last updated: