I'm in desperate need of help:
When trying to upload files to a server, I am ablt to upload files of 100KB, for example, but when i try uploading 3MB file, it fails.
It seems as though the $_Files['theFile']['tmp_name'] parameter returns empty when he file size is big
Any ideas why?
The max_file_size and max_post_size are set to %)MB, so i don't think that is the problem.
Here is what is returned:
FILE: Array ( [theFile] => Array ( [name] => depp.mp3 [type] => audio/mp3 [tmp_name] => [error] => 1 [size] => 0 ) )
on php.net, error 1 means that the file exceeds the max_file_size allowed.. but as i said before that cannot be.
I am totally confused and screwed :-) The client is up my #%%!
HELP PLEASE
BROWN