Whenever we attempt to create a PHP script to upload files, using enctype=enctype=multipart/form-data we get Apache 500 errors on our servers that run PHPSuExec. On servers that are running PHP as an Apache module, the same script works fine. Are there any issues with file uploads and PHPSuExec or with multipart/form-data encoding type?

Thanks