Re: [PHP] Making $_POST and $_FILES play together nicely

2008-09-30 Thread Nilesh Govindrajan
On Tuesday 30 September 2008 09:41:33 pm Mike Potter wrote: > Hi, > > I have a PHP5 .class file that validates form inputs and sends > notification emails from contact pages. Recently a client wanted to > add a file upload function. No sweat, I thought. > > Well, I can't get the $_FILES portion to

[PHP] Making $_POST and $_FILES play together nicely

2008-09-30 Thread Mike Potter
Hi, I have a PHP5 .class file that validates form inputs and sends notification emails from contact pages. Recently a client wanted to add a file upload function. No sweat, I thought. Well, I can't get the $_FILES portion to validate properly in my .class file, since it apparently only registers