Hello,
I have a form with file upload field (set to multiple). It works 100% with small jpgs
However when i upload total files above ~10mb it takes a while to upload and then i get error 404. I can’t figure it out.
My htaccess settings are bellow (verified with phpinfo):
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 240
php_value max_input_time 120
php_value default_socket_timeout 6000
php_value max_input_vars 10000
php_value memory_limit 128M
php_value upload_max_filesize 32M
php_value post_max_size 64M
I am using cloudflare, could that be affecting it?
It breaks at 24seconds which is not a value i see anywhere
Works fine on docker locally.
Community Page
Last updated:
Last updated: