Hello All,
I'm having some issues with move_uploaded_file() and internet explorer 7. In ie6 and the latest version of firefox, I can upload images to my site of varying file size (up until the max_file_size), and my script works as expected. However, in ie7 the page quickly timeouts if the image is larger than around 200kb or so. I get the following standard error page:
"Internet Explorer cannot display the webpage" etc
Has anyone else experienced a similar issue? or has any ideas? I've tried looking on Google and didnt find any info.
Edit: It seems to be timing out when its trying to reach the page indicated by the upload form's action attribute, not when the image is uploading. Here are some useful phpinfo() variables:
max_execution_time 30
max_input_time -1
upload_max_filesize 2M
post_max_size 8M
I'm not sure of Apache's value for LimitRequestBody directive because it was set by my host. However, if this was really a php/apache configuration issue, then wouldn't ie6 and firefox be affected as well???
Ahh please help!
Thanks,
Andrew