We recently upgrade our server to PHP 5 and file uploads are now failing, but only from OS X clients (Safari 5, Firefox 3.6) although the same browser versions on Windows work fine.
The code is failing as is_uploaded_file()
is returning false when using Mac client software.
Has anyone had this error before?
Any suggestions for how I might diagnose the cause of this problem?