Hi All,
Ive recently switched to a new host and now one of my scripts isn't working properly. My new host runs PHP 4.1.2. The problem I've encountered has to do with enctype="multipart/form-data".
It seems when I have my form action set like this...
<form action="mail.php" method="POST" enctype="multipart/form-data">
PHP 4.1.2 doesn't recognized the POSTED data, but if I leave out the enctype="multipart/form-data" PHP does recognize the POSTED variables.
Now as I'm uploading binary files I need enctype="multipart/form-data"
I've run this script successfully on my previous box running PHP 4.2.2
Any ideas what's up??
Thanks
JeNNiDeS
PS: I've asked my host about upgrading to 4.2.2 but they run PLESK on their servers and they say PLESK currently supports 4.1.2 so they won't upgrade.