I have just moved some code from a PHP 4 installation on FreeBSD to a PHP 4 installation on Mac OS X server. Everything works fine except for the file uploads. I am uploading multiple files from IE 5 (mac) and the FreeBSD site accepts them fine, while the OS X site does not. My file variable looks like this after a dump: string(4) "none"
Is anyone successfully handling multiple file uploads on OS X Server?