PEAR Forum :: PHP Extension and Application Repository

PEAR Forum Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
quickform image rules

 
Post new topic   Reply to topic    PEAR Forum Forum Index -> HTML
View previous topic :: View next topic  
Author Message
andibakker



Joined: 20 Apr 2009
Posts: 3

PostPosted: Tue Nov 10, 2009 11:00 am    Post subject: quickform image rules Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    PEAR Forum Forum Index -> HTML All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
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



PEAR Forum topic RSS feed 
Powered by phpBB © 2001, 2005 phpBB Group

Provided by Ministry of Web developement