| View previous topic :: View next topic |
| Author |
Message |
andibakker
Joined: 20 Apr 2009 Posts: 3
|
Posted: Tue Nov 10, 2009 11:00 am Post subject: quickform image rules |
|
|
Hi
I am new to quickform and am trying to validate a file input from quickform. I've read in the documentation that mimetype and maxfilesize are valid rules, but when I try to use them like this :
| Code: | $advertform->addElement('file','advertimg','Select Your Advert:');
$advertform->addRule('advertimg','maxfilesize',50000);
$advertform->addRule('advertimg','mimetype',array('jpg','jpeg','gif','png')); |
I get the following error :
QuickForm Error: the rule does not exist as a registered rule
What am I missing ?
Andi |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|