Hi all,
we started our site couple of days ago and we get severals emails that the upload is not working.
All files below 350kb are going fine but everything above is loading loading loading and finaly only showing a blank spot were the pic should be
We have a php.ini in place:
<IfModule mod_php5.c>
[PHP]
register_globals = Off
allow_url_fopen = on
allow_url_include = Off
magic_quotes_gpc = Off
upload_max_filesize = 2024M
post_max_size = 2024M
memory_limit = 2024M
max_input_time = 3000
max_execution_time = 300
short_open_tag = On
</IfModule>
Must we still change something somewhere else?
BR