Forum Moderators: open
I have a file upload form that has been working fine for over a year, but recently some users have had trouble uploading files.
I have tested the form in a number of browsers and it seems ok, many other users are also using the form normally.
Today I checked the access log fro the site and could track the movements of one of the users who is having problems, it's worth noting he has tried several times and so have other users experiencing the problem.
Oddly there was no record of the POST at all despite logs of successful POST being there,
I don't know if this means that the POST was not properly attempted, or that there was a problem during the POST. What is certain is that it is never getting to the next page.
I can't think of how this problem would occur out of the blue or what may be causing it.
I am using PHP on a linux server.
Any thoughts would be appreciated.
I would ask users to report on the file size when they experience a failure.
Huge file sizes could timeout the browser before it has time to send the request off to the server, which could explain why you don't see the POST for some of them.
Maybe even test yourself with a really large file.