Environment: Apache 2.0.5 with PHP 5.0.4.
Problem: A test php script failed to receive the uploaded file.
The uploaded file's temp name was shown from the script, but the file
could not be found in the tempory folder. Also move_uploaded_f ile
failed to open stream.
The uploaded file has a small size 1k. Settings: max_input_size= 2M,
max_execution_t ime=60, max_input_time= 60
Other test php scripts worked fine, such as echo "hello world", no
problem.
Question:
Are there any configuration options I need to set for Apache or PHP to
enable file uploading, or something else?
Thanks
Problem: A test php script failed to receive the uploaded file.
The uploaded file's temp name was shown from the script, but the file
could not be found in the tempory folder. Also move_uploaded_f ile
failed to open stream.
The uploaded file has a small size 1k. Settings: max_input_size= 2M,
max_execution_t ime=60, max_input_time= 60
Other test php scripts worked fine, such as echo "hello world", no
problem.
Question:
Are there any configuration options I need to set for Apache or PHP to
enable file uploading, or something else?
Thanks
Comment