$_FILES
array is empty when file size is bigger than 7.5MB (more or less).
The same code is working perfectly on my own server (localhost
).
My php.ini
:
max_execution_time = 900
max_input_time = 900
post_max_size = 40M
upload_max_filesize = 20M
memory_limit = 128M
Any idea? I'm going mad... thanks!!!