Hey there. I'm having a very mysterious file upload problem. I've got a form where users can select a photo to upload, then they click the submit button. It works just fine with a 25 kb file, but a 100 kb file results in getting an error from the browser saying that the connection was interrupted.
At first, I could only get the upload to work for a 10 kb file and the 25 kb file would result in the same error, but by changing max_execution_time and max_input_time from 30 to 90 I was able to get the 25 kb file to upload successfully (even though it's still taking under 30 seconds). But increasing max_execution_time and max_input_time more than that hasn't solved the problem for files over 25 kb.
Does anyone have any ideas for where I should look? I think this must be a configuration issue, not a code issue, since it's working just fine with smaller files, but now I can't figure out what else could be wrong. If anyone has any ideas, please send them my way. I will be very grateful.
Gretchen


