Field validation for an input type file.

2003-02-17 Thread Darren Adams
Hello All, Just wondered if anyone had a good way to check if a user has selected anything for a file field. Basically, the file field is the only field in the form but, when I try to check the value it is an empty string. However, if I do cfif file NEQ the server just tells me that complex

RE: Field validation for an input type file.

2003-02-17 Thread Darren Adams
Ok, got it sorted. Set another variable = file field and check that if that variable = . Cheers, Darren -Original Message- From: Darren Adams [mailto:[EMAIL PROTECTED]] Sent: 17 February 2003 14:41 To: CF-Talk Subject: Field validation for an input type file. Hello All