HEllo,
i have made a http-upload function that works great at my test system, but not at the linux webserver wehere my site is running.
i made a temporary directory that has write permissions for all and that is running under the same user and group that Apache uses.
when i now upload a file via POST my $upfile variable contains client name, size, type. But the variable $upfile_tmp_name is empty. So the file wasn´t stored.
I dont know what else to do. In php.ini i setted upload_tmp_dir and upload=on. but still the same.
Do you have any idea what can be the reason ?
Please help.
Thank you
Mirco