We have a service where users can send advertisements with image. It has
worked okay, except according to our testing, images greater than 500 kb
lead to "page cannot be found" - error.
I have gathered some of the "important looking" php settings from servers
phpinfo(). In all of these cases local value and master value are the same.
magic_quotes_gp c = On
max_execution_t ime = 30
max_input_time = 60
memory_limit = 8 M
post_max_size = 8 M
upload_max_file size = 2 M
I would like to ask your opinions: what is the reason?
- Perttu P, Finland
worked okay, except according to our testing, images greater than 500 kb
lead to "page cannot be found" - error.
I have gathered some of the "important looking" php settings from servers
phpinfo(). In all of these cases local value and master value are the same.
magic_quotes_gp c = On
max_execution_t ime = 30
max_input_time = 60
memory_limit = 8 M
post_max_size = 8 M
upload_max_file size = 2 M
I would like to ask your opinions: what is the reason?
- Perttu P, Finland
Comment