Re: [PHP] Quickform Image validation
; $_FILES array? It seems to me that the class provides methods for accessing the uploaded file, the class should be providing abstraction from _GET and _POST variables, I'm assuming it shoudl do the same with uploaded files. Or am I wrong? - -- Ian P. Christian - [EMAIL PROTECTE
[PHP] Quickform Image validation
ired', null, 'server'); $this->addRule('txtDescription', 'Description is required', 'required', null, 'server'); $this->addFormRule(array(&$this,'CheckUpload')); } function CheckUpload($stuff)