I don't get an error message from chronoforms 7 for a file that filesize exceeds the chronoforms filesize settings.
php.ini (post and file) is set to 64MB. Testfile is about 100MB. Chronoforms max filesize is set to "51200".
Systemerror reports on a white page:
Warning: POST Content-Length of 105671120 bytes exceeds the limit of 67108864 bytes in Unknown on line 0
Warning: session_name(): Session name cannot be changed after headers have already been sent in ../libraries/joomla/session/handler/native.php on line 128
Warning: session_cache_limiter(): Session cache limiter cannot be changed after headers have already been sent in ../libraries/joomla/session/handler/native.php on line 235
Error: Failed to start application: Failed to start the session because headers have already been sent by "" at line 0.
Is that a bug or could it be something else?
Is it possible to check filsize before sending the form?
Sincerely, Udo
php.ini (post and file) is set to 64MB. Testfile is about 100MB. Chronoforms max filesize is set to "51200".
Systemerror reports on a white page:
Warning: POST Content-Length of 105671120 bytes exceeds the limit of 67108864 bytes in Unknown on line 0
Warning: session_name(): Session name cannot be changed after headers have already been sent in ../libraries/joomla/session/handler/native.php on line 128
Warning: session_cache_limiter(): Session cache limiter cannot be changed after headers have already been sent in ../libraries/joomla/session/handler/native.php on line 235
Error: Failed to start application: Failed to start the session because headers have already been sent by "" at line 0.
Is that a bug or could it be something else?
Is it possible to check filsize before sending the form?
Sincerely, Udo
You need to login to be able to post a reply.