0
votes

I'm developing Java Web Server supporting php via php-cgi call in java now, is_uploaded_file is always false, how to set java uploaded post files with my server to be valid for move_uploaded_file function? may be I may contact somehow developers of PHP language? why only apache can?

I think is_uploaded_file() just checks if the file is in upload_tmp_dir folder. So you just need to have your server store the file into that directory. - Barmar